ILOG CPLEX .NET Reference Manual

CplexModeler.And Method (IConstraint[], Int32, Int32, String)

Groups together part of the constraints from the array cons starting with the index indicated by start and continuing to the number of constraints indicated by num.

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

Implements

IModeler.And

Remarks

This method assigns the string name to the group. See {@link ILOG.Concert.IMPModeler#and}

See Also

CplexModeler Class | ILOG.CPLEX Namespace | CplexModeler.And Overload List