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