![]() |
OR-Tools
9.6
|
Definition at line 68 of file all_different.h.
Public Member Functions | |
| AllDifferentConstraint (std::vector< IntegerVariable > variables, IntegerEncoder *encoder, Trail *trail, IntegerTrail *integer_trail) | |
| bool | Propagate () final |
| void | RegisterWith (GenericLiteralWatcher *watcher) |
| AllDifferentConstraint | ( | std::vector< IntegerVariable > | variables, |
| IntegerEncoder * | encoder, | ||
| Trail * | trail, | ||
| IntegerTrail * | integer_trail | ||
| ) |
Definition at line 111 of file all_different.cc.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 259 of file all_different.cc.
| void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 170 of file all_different.cc.