![]() |
OR-Tools
9.6
|
Definition at line 230 of file integer_expr.h.
Public Member Functions | |
| ProductPropagator (AffineExpression a, AffineExpression b, AffineExpression p, IntegerTrail *integer_trail) | |
| bool | Propagate () final |
| void | RegisterWith (GenericLiteralWatcher *watcher) |
| virtual bool | IncrementalPropagate (const std::vector< int > &watch_indices) |
| ProductPropagator | ( | AffineExpression | a, |
| AffineExpression | b, | ||
| AffineExpression | p, | ||
| IntegerTrail * | integer_trail | ||
| ) |
Definition at line 712 of file integer_expr.cc.
|
inlinevirtualinherited |
Reimplemented in LinearProgrammingConstraint, SchedulingConstraintHelper, CircuitCoveringPropagator, NoCyclePropagator, and CircuitPropagator.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 872 of file integer_expr.cc.
| void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 1016 of file integer_expr.cc.