![]() |
OR-Tools
9.6
|
Definition at line 153 of file all_different.h.
Public Member Functions | |
| AllDifferentBoundsPropagator (const std::vector< AffineExpression > &expressions, IntegerTrail *integer_trail) | |
| bool | Propagate () final |
| void | RegisterWith (GenericLiteralWatcher *watcher) |
| virtual bool | IncrementalPropagate (const std::vector< int > &watch_indices) |
| AllDifferentBoundsPropagator | ( | const std::vector< AffineExpression > & | expressions, |
| IntegerTrail * | integer_trail | ||
| ) |
Definition at line 440 of file all_different.cc.
|
inlinevirtualinherited |
Reimplemented in LinearProgrammingConstraint, SchedulingConstraintHelper, CircuitCoveringPropagator, NoCyclePropagator, and CircuitPropagator.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 459 of file all_different.cc.
| void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 660 of file all_different.cc.