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.

Namespace: ILOG.CP
Assembly: oplall (in oplall.dll)

Syntax

C#
public bool IsFixed(
	IIntervalSequenceVar seq
)

Remarks

For more information on interval sequence variables, see the Concepts section of the C++ API Reference Manual.

See Also