Overload List

  NameDescription
Public methodOr()()()()
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.
(Inherited from CplexModeler.)
Public methodOr(array<IConstraint>[]()[][])
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.
(Inherited from CplexModeler.)
Public methodOr(Cplex..::..Goal, Cplex..::..Goal)
Creates and returns an or-goal from two arguments.
Public methodOr(IConstraint, IConstraint)
Returns a constraint that at least one and possibly both of its arguments are true.
(Inherited from CplexModeler.)
Public methodOr(array<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.
(Inherited from CplexModeler.)
Public methodOr(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
Creates and returns an or-goal from three arguments.
Public methodOr(IConstraint, IConstraint, String)
Returns a constraint that at least one and possibly both of its arguments are true.
(Inherited from CplexModeler.)
Public methodOr(array<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 specified by start and continuing through the number of elements specified by the number num among the elements of its argument cons, an array of constraints.
(Inherited from CplexModeler.)
Public methodOr(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
Creates and returns an or-goal from four arguments.
Public methodOr(array<IConstraint>[]()[][], Int32, Int32, String)
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 specified by start and continuing through the number of elements specified by the number num among the elements of its argument cons, an array of constraints; also assigns the string name as the name of the returned constraint.
(Inherited from CplexModeler.)
Public methodOr(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
Creates and returns an or-goal from five arguments.
Public methodOr(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal)
Creates and returns an or-goal from six arguments.

See Also