![]() |
OR-Tools
8.2
|
Definition at line 38 of file cp_constraints.h.
Public Member Functions | |
BooleanXorPropagator (const std::vector< Literal > &literals, bool value, Trail *trail, IntegerTrail *integer_trail) | |
bool | Propagate () final |
void | RegisterWith (GenericLiteralWatcher *watcher) |
virtual bool | IncrementalPropagate (const std::vector< int > &watch_indices) |
|
inline |
Definition at line 40 of file cp_constraints.h.
|
inlinevirtualinherited |
Reimplemented in LinearProgrammingConstraint, SchedulingConstraintHelper, CircuitCoveringPropagator, and CircuitPropagator.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 26 of file cp_constraints.cc.
void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 71 of file cp_constraints.cc.