ILOG CPLEX .NET Reference Manual

CplexModeler.And Method (IConstraint, IConstraint, String)

Groups together the constraints indicated by its arguments and assigns the string name to the group.

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

Implements

IModeler.And

Remarks

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

See Also

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