Overload List
| Name | Description | |
|---|---|---|
| And()()()() |
Groups constraints together.
(Inherited from CplexModeler.) | |
| And(array<IConstraint>[]()[][]) |
Groups constraints together.
(Inherited from CplexModeler.) | |
| And(Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns a conjunctive goal
(that is, an and-goal) from two arguments.
| |
| And(IConstraint, IConstraint) |
Groups together the constraints specified by its arguments.
(Inherited from CplexModeler.) | |
| And(array<IConstraint>[]()[][], String) |
Groups constraints together.
(Inherited from CplexModeler.) | |
| And(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns a conjunctive goal
(that is, an and-goal) from three arguments.
| |
| And(IConstraint, IConstraint, String) |
Groups together the constraints specified by its arguments and
assigns the string name to the group.
(Inherited from CplexModeler.) | |
| And(array<IConstraint>[]()[][], Int32, Int32) |
Groups together part of the constraints in the array cons
starting with the index specified by start and continuing
to the number of constraints specified by num.
(Inherited from CplexModeler.) | |
| And(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns a conjunctive goal
(that is, an and-goal) from four arguments.
| |
| And(array<IConstraint>[]()[][], Int32, Int32, String) |
Groups together part of the constraints from the array cons
starting with the index specified by start and
continuing to the number of constraints specified by num.
(Inherited from CplexModeler.) | |
| And(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns a conjunctive goal (that is, an and-goal)
from five arguments.
| |
| And(Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal, Cplex..::..Goal) |
Creates and returns a conjunctive goal (that is, an and-goal)
from six arguments.
|