ILOG CPLEX .NET Reference Manual

IModeler.Or Method (IConstraint, IConstraint, String)

Returns an or-constraint indicating that at least one and possibly both of its arguments are true.

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

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 Also

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