| Class Summary |
|---|
| IloAnyArray |
For IBM® ILOG® Solver: array class of the enumerated type definition
IloAny.
|
| IloAnyBinaryPredicate |
For IBM ILOG Solver: defines binary predicates on objects in a model.
|
| IloAnySet::Iterator |
For IBM® ILOG® Solver: an iterator to traverse the elements of
IloAnySet.
|
| IloAnySetVar |
For IBM® ILOG® Solver: a class to represent a set of enumerated values as a
constrained variable.
|
| IloAnySetVarArray |
For IBM® ILOG® Solver: array class of the set variable class
IloAnySetVar.
|
| IloAnyTernaryPredicate |
For IBM ILOG Solver: defines ternary predicates on objects in a model.
|
| IloAnyTupleSet |
Ordered set of values as an array.
|
| IloAnyTupleSetIterator |
Iterator to traverse enumerated values of a tuple-set.
|
| IloAnyVar |
For IBM® ILOG® Solver: a class to represent an enumerated variable.
|
| IloAnyVarArray |
For IBM® ILOG® Solver: a class to represent an array of enumerated variables.
|
| IloBox |
For IBM ILOG Solver: multidimensional boxes for multidimensional placement
problems.
|
| IloPathLength |
For IBM® ILOG® Solver: a constraint on accumulations along a path.
|
| IloPathTransitI |
For IBM® ILOG® Solver: a transit function in a path constraint.
|
| Function Summary |
|---|
| IloAllNullIntersect |
For IBM® ILOG® Solver: a constraint forcing one set to have no elements
in common with another set.
|
| IloCard |
For constraint programming: creates and returns a constrained numeric
variable that represents the number of elements in vars.
|
| IloEqIntersection |
For IBM® ILOG® Solver: a constraint forcing the intersection of two sets to
the elements of a third set.
|
| IloEqMax |
For IBM® ILOG® Solver: a constraint forcing a variable to the maximum of
returned values.
|
| IloEqMin |
For IBM® ILOG® Solver: a constraint forcing a variable to the minium of
returned values.
|
| IloEqPartition |
For IBM® ILOG® Solver: a constraint forcing the value of a variable to be
required by one set variable in an array.
|
| IloEqSum |
For IBM® ILOG® Solver: a constraint forcing a variable to the sum of
returned values.
|
| IloEqUnion |
For IBM® ILOG® Solver: a constraint forcing the union of two sets to be the
elements of a third set.
|
| IloEqUnion |
For IBM® ILOG® Solver : a constraint forcing the union of two sets to be the elements of a third set.
|
| IloNullIntersect |
For IBM® ILOG® Solver: a constraint forcing one set to have no elements
in common with another set.
|
| IloPartition |
For IBM® ILOG® Solver: a constraint forcing each value of an array to be
required by one set variable in an array.
|
| IloSubset |
For IBM® ILOG® Solver: a constraint forcing one set to be strictly a
subset of another set.
|
| IloSubsetEq |
For IBM® ILOG® Solver: a constraint forcing one set to be a subset of
or equivalent to another set.
|
| IloTableConstraint |
For IBM® ILOG® Solver: defines simple constraints that are not predefined.
|