![]() |
OR-Tools
8.2
|
Definition at line 147 of file all_different.h.
Public Member Functions | |
AllDifferentBoundsPropagator (const std::vector< IntegerVariable > &vars, IntegerTrail *integer_trail) | |
bool | Propagate () final |
void | RegisterWith (GenericLiteralWatcher *watcher) |
virtual bool | IncrementalPropagate (const std::vector< int > &watch_indices) |
AllDifferentBoundsPropagator | ( | const std::vector< IntegerVariable > & | vars, |
IntegerTrail * | integer_trail | ||
) |
Definition at line 418 of file all_different.cc.
|
inlinevirtualinherited |
Reimplemented in LinearProgrammingConstraint, SchedulingConstraintHelper, CircuitCoveringPropagator, and CircuitPropagator.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 435 of file all_different.cc.
void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 635 of file all_different.cc.