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