![]() |
OR-Tools
8.2
|
Definition at line 45 of file timetable.h.
Public Member Functions | |
ReservoirTimeTabling (const std::vector< AffineExpression > ×, const std::vector< IntegerValue > &deltas, const std::vector< Literal > &presences, IntegerValue capacity, Model *model) | |
bool | Propagate () final |
virtual bool | IncrementalPropagate (const std::vector< int > &watch_indices) |
ReservoirTimeTabling | ( | const std::vector< AffineExpression > & | times, |
const std::vector< IntegerValue > & | deltas, | ||
const std::vector< Literal > & | presences, | ||
IntegerValue | capacity, | ||
Model * | model | ||
) |
Definition at line 52 of file timetable.cc.
|
inlinevirtualinherited |
Reimplemented in LinearProgrammingConstraint, SchedulingConstraintHelper, CircuitCoveringPropagator, and CircuitPropagator.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 78 of file timetable.cc.