This method creates an instance of sequence variable on the set of interval variables defined by array a. You can specify a name of your own choice.

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

Syntax

C#
public IIntervalSequenceVar IntervalSequenceVar(
	IIntervalVar[] a,
	string name
)

Parameters

a
Type: array<ILOG.Concert..::..IIntervalVar>[]()[][]
name
Type: System..::..String

See Also