![]() |
OR-Tools
9.6
|
Public Member Functions | |
| NoCyclePropagator (int num_nodes, const std::vector< int > &tails, const std::vector< int > &heads, const std::vector< Literal > &literals, Model *model) | |
| void | SetLevel (int level) final |
| bool | Propagate () final |
| bool | IncrementalPropagate (const std::vector< int > &watch_indices) final |
| NoCyclePropagator | ( | int | num_nodes, |
| const std::vector< int > & | tails, | ||
| const std::vector< int > & | heads, | ||
| const std::vector< Literal > & | literals, | ||
| Model * | model | ||
| ) |
Definition at line 343 of file circuit.cc.
|
finalvirtual |
Reimplemented from PropagatorInterface.
Definition at line 417 of file circuit.cc.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 435 of file circuit.cc.
|
finalvirtual |
Implements ReversibleInterface.
Definition at line 399 of file circuit.cc.