ILOG CPLEX .NET Reference Manual

IModeler.Or Method (IConstraint, IConstraint)

Returns an or-constraint indicating that at least one and possibly more than one argument is true.

IOr Or(
   IConstraint con1,
   IConstraint con2
);

Remarks

In other words, it returns the logical-or of two constraints.

See Also

IModeler Interface | ILOG.Concert Namespace | IModeler.Or Overload List