Groups several constraints together.

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
IAnd And(
	IConstraint[] cons,
	string name
)
Visual Basic
Function And ( _
	cons As IConstraint(), _
	name As String _
) As IAnd

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