![]() |
OR-Tools
8.0
|
Definition at line 29 of file timetable.h.
Public Member Functions | |
| TimeTablingPerTask (const std::vector< AffineExpression > &demands, AffineExpression capacity, IntegerTrail *integer_trail, SchedulingConstraintHelper *helper) | |
| bool | Propagate () final |
| void | RegisterWith (GenericLiteralWatcher *watcher) |
| virtual bool | IncrementalPropagate (const std::vector< int > &watch_indices) |
| TimeTablingPerTask | ( | const std::vector< AffineExpression > & | demands, |
| AffineExpression | capacity, | ||
| IntegerTrail * | integer_trail, | ||
| SchedulingConstraintHelper * | helper | ||
| ) |
Definition at line 27 of file timetable.cc.
|
inlinevirtualinherited |
Reimplemented in LinearProgrammingConstraint, CircuitCoveringPropagator, and CircuitPropagator.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 73 of file timetable.cc.
| void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 61 of file timetable.cc.