IBM ILOG Scheduler User's Manual > Integrated Applications > Incremental Scheduling: Using Scheduler with Multiple Problem Sub-models > Defining the Problem > Adding New Jobs |
Adding New Jobs |
INDEX
![]() |
The source of the incrementality in this example is the arrival of a new job to be scheduled. In a real application, such an arrival may correspond to a new order from a customer. In our example, we add n new jobs, where n is the number of jobs in the underlying job shop problem. Since the original multicapacity scheduling problem has 3n jobs, the final problem contains 4n jobs.
Each new job is a variation of a job defined in the original problem. Initially, the resource requirements and durations of the new job are identical to the original job. However, to add some variety, we regenerate the duration and randomly permute the resource requirement of each activity. The durations are selected with uniform probability from the interval of durations of the original job, as shown in the following code.
The resource requirements of the activities in the new job are randomly permuted.
The following table provides a summary of the example problems that we use in this chapter.
Underlying job shop instance |
Number of jobs in job shop instance |
Number of jobs in original multicapacity problem |
Number of jobs in final problem |
---|---|---|---|
MT06 |
6 |
18 |
24 |
MT10 |
10 |
30 |
40 |
MT20 |
20 |
60 |
80 |
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |