![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 123 of file cumulative_energy.h.
#include <cumulative_energy.h>
Public Member Functions | |
| CumulativeDualFeasibleEnergyConstraint (AffineExpression capacity, SchedulingConstraintHelper *helper, SchedulingDemandHelper *demands, Model *model) | |
| ~CumulativeDualFeasibleEnergyConstraint () override | |
| bool | Propagate () final |
| void | RegisterWith (GenericLiteralWatcher *watcher) |
| Public Member Functions inherited from operations_research::sat::PropagatorInterface | |
| PropagatorInterface ()=default | |
| virtual | ~PropagatorInterface ()=default |
| virtual bool | IncrementalPropagate (const std::vector< int > &) |
| operations_research::sat::CumulativeDualFeasibleEnergyConstraint::CumulativeDualFeasibleEnergyConstraint | ( | AffineExpression | capacity, |
| SchedulingConstraintHelper * | helper, | ||
| SchedulingDemandHelper * | demands, | ||
| Model * | model ) |
Definition at line 405 of file cumulative_energy.cc.
|
override |
Definition at line 419 of file cumulative_energy.cc.
|
finalvirtual |
Implements operations_research::sat::PropagatorInterface.
Definition at line 519 of file cumulative_energy.cc.
| void operations_research::sat::CumulativeDualFeasibleEnergyConstraint::RegisterWith | ( | GenericLiteralWatcher * | watcher | ) |
Definition at line 433 of file cumulative_energy.cc.