ILOG CPLEX .NET Reference Manual

IModeler.Or Method (IConstraint[])

IOr Or(
   IConstraint[] cons
);

Remarks

@proof-read Returns an or-constraint indicating that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints.

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

See Also

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