Groups several constraints together.

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

Syntax

C#
IAnd And(
	IConstraint[] cons,
	string name
)

Parameters

cons
Type: array<ILOG.Concert..::..IConstraint>[]()[][]
The array of constraints to group.
name
Type: System..::..String
The name of the resulting and-constraint.

See Also