ILOG CPLEX .NET Reference Manual

CplexModeler.Or Method (IConstraint[], String)

Returns a constraint that at least one and possibly more than one of the elements is true in its argument cons, an array of constraints and also assigns the string name as the name of that returned constraint.

public IOr Or(
   IConstraint[] cons,
   string name
);

Implements

IModeler.Or

Remarks

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

See Also

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