Returns the length value of interval variable a in the invoking solution. If the invoking solution does not contain the interval variable or if the saved minimum and maximum length of the interval variable are not equal, this member function throws an instance of IloException.

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

Syntax

C#
int GetLength(
	IIntervalVar a
)

See Also