![]() |
OR-Tools
9.6
|
Definition at line 80 of file cumulative_energy.h.
Public Member Functions | |
| CumulativeIsAfterSubsetConstraint (IntegerVariable var, AffineExpression capacity, const std::vector< int > &subtasks, const std::vector< IntegerValue > &offsets, SchedulingConstraintHelper *helper, SchedulingDemandHelper *demands, Model *model) | |
| bool | Propagate () final |
| void | RegisterWith (GenericLiteralWatcher *watcher) |
| virtual bool | IncrementalPropagate (const std::vector< int > &watch_indices) |
| CumulativeIsAfterSubsetConstraint | ( | IntegerVariable | var, |
| AffineExpression | capacity, | ||
| const std::vector< int > & | subtasks, | ||
| const std::vector< IntegerValue > & | offsets, | ||
| SchedulingConstraintHelper * | helper, | ||
| SchedulingDemandHelper * | demands, | ||
| Model * | model | ||
| ) |
Definition at line 218 of file cumulative_energy.cc.
|
inlinevirtualinherited |
Reimplemented in LinearProgrammingConstraint, SchedulingConstraintHelper, CircuitCoveringPropagator, NoCyclePropagator, and CircuitPropagator.
|
finalvirtual |
Implements PropagatorInterface.
Definition at line 237 of file cumulative_energy.cc.
| void RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 354 of file cumulative_energy.cc.