Overload List

  Name Description
Public method IsFixed(ICumulFunctionExpr)
This method indicates whether the cumul function expression f takes on a particular value as maintained by the invoking CP instance.
Public method IsFixed(IIntervalSequenceVar)
This method indicates if the domain of the interval sequence variable seq takes on a particular value as maintained by the invoking CP instance. An interval sequence variable is said to be fixed if and only if all the interval variables of the sequence are either absent or ordered.
Public method IsFixed(IIntervalVar)
This method indicates if the domain of a takes on a particular value as maintained by the invoking CP instance. An interval variable is said to be fixed if and only if it is either absent or present with fixed start, end and size value.
Public method IsFixed(INumVar)
This method indicates if the domain of var takes on a particular value as maintained by the invoking CP instance.
Public method IsFixed(IStateFunction)
This method indicates if the state function f takes on a particular value as maintained by the invoking CP instance.

See Also