Overview | Group | Tree | Graph | Index | Concepts |
This enumeration is used to indicate how resource constraints should be selected by
the goals IloRankForward
and IloRankBackward
.
IloSelFirstRCMinEndMax
selects the resource constraint
that is possibly first with the minimal earliest start time, using
minimal latest end time to break any ties.
IloSelFirstRCMinStartMax
selects a resource
constraint that is possibly first
with the minimal earliest start time, using
minimal latest start time to break any ties.
IloSelLastRCMaxEndMin
selects a resource constraint
that is possibly last
with the maximal latest end time, using maximal earliest end time to
break any ties.
IloSelLastRCMaxStartMin
selects a resource constraint
that is possibly last
with the maximal latest end time, using maximal earliest start time
to break any ties.
See Also:
IloResource, IloResourceConstraint
Fields |
---|
IloSelFirstRCMinEndMax = 0 | |
IloSelFirstRCMinStartMax | |
IloSelLastRCMaxEndMin | |
IloSelLastRCMaxStartMin |