ILOG CPLEX .NET Reference Manual

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

Groups together part of the constraints in 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
);

Implements

IModeler.And

Remarks

See {@link ILOG.Concert.IMPModeler#and}

See Also

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