![]() |
OR-Tools
8.2
|
Definition at line 103 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 279 of file timetable.cc.
|
inlinevirtualinherited |
Reimplemented in CircuitPropagator, CircuitCoveringPropagator, SchedulingConstraintHelper, and LinearProgrammingConstraint.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 330 of file timetable.cc.
| void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 313 of file timetable.cc.