Overload List

  Name Description
Public method AlwaysIn(ICumulFunctionExpr, IIntervalVar, Int32, Int32)
This method returns a constraint that states that whenever interval variable a is present, the value of cumul function expression f should be always within the range [vmin,vmax] between the start and the end of a.
Public method AlwaysIn(IStateFunction, IIntervalVar, Int32, Int32)
This method returns a constraint that ensures that whenever interval variable a is present, the value of state function f, if defined, remains in the range [vmin,vmax] for any point t between the start and the end of interval variable a.
Public method AlwaysIn(ICumulFunctionExpr, Int32, Int32, Int32, Int32)
This method returns a constraint that states that the value of cumul function expression f should be always within the range [vmin,vmax] between start and end.
Public method AlwaysIn(IStateFunction, Int32, Int32, Int32, Int32)
This method returns a constraint that ensures that, if it is defined, the value of state function f remains in the range [vmin,vmax] for any point t in the interval of integers [start,end).

See Also