ILOG CPLEX .NET Reference Manual

CplexModeler.Or Method (IConstraint[], Int32, Int32)

Returns a constraint that at least one and possibly more than one of the elements is true in the range of indices starting at the index indicated by start and continuing through the number of elements indicated by the number num among the elements of its argument cons, an array of constraints.

public IOr Or(
   IConstraint[] cons,
   int start,
   int num
);

Implements

IModeler.Or

Remarks

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

See Also

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