ILOG CPLEX .NET Reference Manual

IModeler.And Method (IConstraint, IConstraint, String)

Group several constraints together.

IAnd And(
   IConstraint con1,
   IConstraint con2,
   string name
);

Parameters

con1
The first constraint to group.
con2
The second constraint to group.
name
The name of the resulting and-constraint.

See Also

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