Group several constraints together.

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

Syntax

C#
IAnd And(
	IConstraint con1,
	IConstraint con2,
	string name
)

Parameters

con1
Type: ILOG.Concert..::..IConstraint
The first constraint to group.
con2
Type: ILOG.Concert..::..IConstraint
The second constraint to group.
name
Type: System..::..String
The name of the resulting and-constraint.

See Also