![]() |
OR-Tools
8.2
|
Definition at line 258 of file integer_expr.h.
Public Member Functions | |
FixedDivisionPropagator (IntegerVariable a, IntegerValue b, IntegerVariable c, IntegerTrail *integer_trail) | |
bool | Propagate () final |
void | RegisterWith (GenericLiteralWatcher *watcher) |
virtual bool | IncrementalPropagate (const std::vector< int > &watch_indices) |
FixedDivisionPropagator | ( | IntegerVariable | a, |
IntegerValue | b, | ||
IntegerVariable | c, | ||
IntegerTrail * | integer_trail | ||
) |
Definition at line 816 of file integer_expr.cc.
|
inlinevirtualinherited |
Reimplemented in LinearProgrammingConstraint, SchedulingConstraintHelper, CircuitCoveringPropagator, and CircuitPropagator.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 822 of file integer_expr.cc.
void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 869 of file integer_expr.cc.