C++ Reference: scheduling_constraints
Note: This documentation is automatically generated.
Function |
Type |
Arguments |
Comments |
EqualMaxOfSelectedVariables | Return type: std::function<void(Model*)> Arguments: Literal enforcement_literal, AffineExpression target, const std::vector<AffineExpression>& exprs, const std::vector<Literal>& selectors |
EqualMinOfSelectedVariables | Return type: std::function<void(Model*)> Arguments: Literal enforcement_literal, AffineExpression target, const std::vector<AffineExpression>& exprs, const std::vector<Literal>& selectors |
SpanOfIntervals | Return type: std::function<void(Model*)> Arguments: IntervalVariable span, const std::vector<IntervalVariable>& intervals |