Returns the maximal size value of interval variable a in the invoking solution. If the invoking solution does not contain the interval variable, this function throws an instance of IloException.

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

Syntax

C#
int GetSizeMax(
	IIntervalVar a
)

See Also