Sets the length value (both minimum and maximum) of interval variable a to v in the invoking solution. 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 SetLength(
	IIntervalVar a,
	int v
)

Parameters

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

See Also