ILOG CPLEX .NET Reference Manual

IModeler.And Method (IConstraint[], Int32, Int32)

Groups several constraints together.

IAnd And(
   IConstraint[] cons,
   int start,
   int num
);

Parameters

cons
The array of constraints to group.
start
Index of the first constraint in the resulting and-constraint.
num
Number of constraints in the resulting and-constraint.

See Also

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