Sets the maximal length value of interval variable a in the invoking solution to max. If the invoking solution does not contain the interval variable, this function will automatically add it.

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

Syntax

C#
void SetLengthMax(
	IIntervalVar a,
	int max
)

Parameters

a
Type: ILOG.Concert..::..IIntervalVar
max
Type: System..::..Int32

See Also