Sets the minimal start value of interval variable a in the invoking solution to min. 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 SetStartMin(
	IIntervalVar a,
	int min
)

Parameters

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

See Also