This method returns the maximum value for the length of interval variable a in the invoking instance of CP.

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

Syntax

C#
public int GetLengthMax(
	IIntervalVar a
)
Visual Basic
Public Function GetLengthMax ( _
	a As IIntervalVar _
) As Integer

See Also