ILOG CPLEX .NET Reference Manual

CplexModeler.Or Method (IConstraint, IConstraint)

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

public IOr Or(
   IConstraint con1,
   IConstraint con2
);

Implements

IModeler.Or

Remarks

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

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

See Also

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