Overload List
| Name | Description | |
|---|---|---|
|
|
IsFixed(ICumulFunctionExpr) |
This method indicates whether the cumul function
expression f takes on a particular value as
maintained by the invoking CP instance.
|
|
|
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.
|
|
|
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.
|
|
|
IsFixed(INumVar) |
This method indicates if the domain of var takes on a particular value as maintained by the
invoking CP instance.
|
|
|
IsFixed(IStateFunction) |
This method indicates if the state function
f takes on a particular value as
maintained by the invoking CP instance.
|