C++ Reference: cumulative
Note: This documentation is automatically generated.
Function |
Type |
Arguments |
Comments |
Cumulative | Return type: std::function<void(Model*)> Arguments: const std::vector<IntervalVariable>& vars, const std::vector<AffineExpression>& demands, AffineExpression capacity, SchedulingConstraintHelper* helper = nullptr |
CumulativeTimeDecomposition | Return type: std::function<void(Model*)> Arguments: const std::vector<IntervalVariable>& vars, const std::vector<AffineExpression>& demands, AffineExpression capacity, SchedulingConstraintHelper* helper = nullptr |
CumulativeUsingReservoir | Return type: std::function<void(Model*)> Arguments: const std::vector<IntervalVariable>& vars, const std::vector<AffineExpression>& demands, AffineExpression capacity, SchedulingConstraintHelper* helper = nullptr |