Overload List
| Name | Description | |
|---|---|---|
| Or()()()() |
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.) | |
| Or(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.) | |
| Or(Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns an or-goal from two arguments.
| |
| Or(IConstraint, IConstraint) |
Returns a constraint that at least one and possibly both of its
arguments are true.
(Inherited from CplexModeler.) | |
| Or(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.) | |
| Or(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns an or-goal from three arguments.
| |
| Or(IConstraint, IConstraint, String) |
Returns a constraint that at least one and possibly both of its
arguments are true.
(Inherited from CplexModeler.) | |
| Or(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.) | |
| Or(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns an or-goal from four arguments.
| |
| Or(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.) | |
| Or(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns an or-goal from five arguments.
| |
| Or(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns an or-goal from six arguments.
|