ILOG CPLEX .NET Reference Manual

CplexModeler.And Method (IConstraint, IConstraint)

Groups together the constraints indicated by its arguments.

public IAnd And(
   IConstraint con1,
   IConstraint con2
);

Implements

IModeler.And

Remarks

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

See Also

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