| Overview | Group | Tree | Graph | Index | Concepts |
The enumeration IloResourceConstraintIteratorFilter
can be used to create a
IloSchedulerSolution::ResourceConstraintIterator
that traverses a specifed set of resource constraints such as the
predecessors or the successors. The possible values are described
below.
IloPredecessors indicates that the iterator will
traverse the set of resource constraints that are predecessors of a
given resource constraint.
IloSuccessors indicates that the iterator will
traverse the set of resource constraints that are direct successors
of a given resource constraint.
IloPrevious indicates that the iterator
will traverse the set of resource constraints that are previous
of a given resource constraint.
IloNext indicates that the iterator will
traverse the set of resource constraints that are next
of a given resource constraint.
See Also:
IloSchedulerSolution::ResourceConstraintIterator
| Fields |
|---|
IloPredecessors = 0 | |
IloSuccessors = 1 | |
IloPrevious = 2 | |
IloNext = 3 |