ILOG CPLEX .NET Reference Manual

CplexModeler.Or Method (IConstraint, IConstraint, String)

Returns a constraint that at least one and possibly both of its arguments are true.

public IOr Or(
   IConstraint con1,
   IConstraint con2,
   string name
);

Implements

IModeler.Or

Remarks

In other words, it returns the logical-or of two constraints. It also assigns the string name as the name of that returned constraint.

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

See Also

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