| Overview | Group | Tree | Graph | Index | Concepts |
This enumeration is used to indicate which value to select for the next or prev variable of
the resource constraints in the goals IloSequenceForward and
IloSequenceBackward.
IloSelNextRCMinCostEndMax selects the resource constraint with the minimal earliest start time.
If there is a tie, then selection is determined by minimal transition cost, and then by minimal latest end time.
IloSelNextRCMinEndMaxCost selects the resource constraint with the minimal earliest start time.
If there is a tie, then selection is determined by minimal latest end time, and then by minimal transition cost.
IloSelNextRCMinCostEndMin selects the resource constraint with the minimal earliest start time.
If there is a tie, then selection is determined by minimal transition cost, and then by minimal earliest end time.
IloSelNextRCMinEndMinCost selects the resource constraint with the minimal earliest start time.
If there is a tie, then selection is determined by minimal earliest end time, and then by minimal transition cost.
IloSelNextRCMinCostStartMax selects the resource constraint with the minimal earliest start time.
If there is a tie, then selection is determined by minimal transition cost, and then by minimal latest start time.
IloSelNextRCMinStartMaxCost selects the resource constraint with the minimal earliest start time.
If there is a tie, then selection is determined by minimal latest start time, and then by minimal transition cost.
IloSelPrevRCMaxCostStartMin selects the resource constraint with the maximal latest end time.
If there is a tie, then selection is determined by minimal transition cost, and then by maximal earliest start time.
IloSelPrevRCMaxStartMinCost selects the resource constraint with the maximal latest end time.
If there is a tie, then selection is determined by maximal earliest start time, and then by minimal transition cost.
IloSelPrevRCMaxCostStartMax selects the resource constraint with the maximal latest end time.
If there is a tie, then selection is determined by minimal transition cost, and then by maximal latest start time.
IloSelPrevRCMaxStartMaxCost selects the resource constraint with the maximal latest end time.
If there is a tie, then selection is determined by maximal latest start time, and then by minimal transition cost.
| Fields |
|---|
IloSelNextRCMinCostEndMax = 0 | |
IloSelNextRCMinEndMaxCost | |
IloSelNextRCMinCostEndMin | |
IloSelNextRCMinEndMinCost | |
IloSelNextRCMinCostStartMax | |
IloSelNextRCMinStartMaxCost | |
IloSelPrevRCMaxCostStartMin | |
IloSelPrevRCMaxStartMinCost | |
IloSelPrevRCMaxCostStartMax | |
IloSelPrevRCMaxStartMaxCost |