This constructor creates a no-overlap constraint on the set of interval variables defined by array a. By default, the name of the no-overlap constraint is the empty string, but you can specify a name of your own choice.

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

Syntax

C#
public INoOverlap NoOverlap(
	IIntervalVar[] a,
	string name
)

Parameters

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

Remarks

Note: This constraint cannot be used in a logical constraint.

See Also