![]() |
OR-Tools
9.3
|
Go to the source code of this file.
Classes | |
| class | CumulativeEnergyConstraint |
| class | CumulativeIsAfterSubsetConstraint |
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
| namespace | operations_research::sat |
Functions | |
| void | AddCumulativeEnergyConstraint (std::vector< AffineExpression > energies, AffineExpression capacity, SchedulingConstraintHelper *helper, Model *model) |
| void | AddCumulativeOverloadChecker (const std::vector< AffineExpression > &demands, AffineExpression capacity, SchedulingConstraintHelper *helper, Model *model) |