Overload List

  Name Description
Public method AlwaysConstant(IStateFunction, IIntervalVar)
This method returns a constraint that ensures that whenever interval variable a is present state function f is defined everywhere between the start and the end of interval variable a and remains constant over this interval.
Public method AlwaysConstant(IStateFunction, Int32, Int32)
This method returns a constraint that ensures that state function f is defined everywhere on the interval [start,end) and remains constant over this interval.
Public method AlwaysConstant(IStateFunction, IIntervalVar, Boolean, Boolean)
This method returns a constraint that ensures that whenever interval variable a is present state function f is defined everywhere between the start and the end of interval variable a and remains constant over this interval.
Public method AlwaysConstant(IStateFunction, Int32, Int32, Boolean, Boolean)
This method returns a constraint that ensures that state function f is defined everywhere on the interval [start,end) and remains constant over this interval.

See Also