ILOG CPLEX .NET Reference Manual

IModeler.And Method (IConstraint[], String)

Groups several constraints together.

IAnd And(
   IConstraint[] cons,
   string name
);

Parameters

cons
The array of constraints to group.
name
The name of the resulting and-constraint.

See Also

IModeler Interface | ILOG.Concert Namespace | IModeler.And Overload List