IBM ILOG Scheduler User's Manual > Advanced Concepts > Scheduling with Durable Resources |
Scheduling with Durable Resources |
INDEX
![]() |
Scheduler offers an easy way to build applications where the same resources are used successively in different scheduling problems and information about resource availability is kept from one problem to another. Such resources are called durable resources and they are created on durable schedules.
This facility is particularly useful in applications which naturally decompose into parts between which no backtracking may occur, and where the sole information of interest from one part to another is the resource availability.
Scheduling with durable resources can also be a good approach for coping with large problems containing many activities and constraints. By choosing to decompose the problem into independent parts which are using the same durable resources, the global complexity may be drastically cut down. Of course, with such a decomposition you solve only a relaxed form of the initial problem, and thus you cannot get an optimal solution. However, decomposing the problem and using durable resources may be the only practical approach to tackling such large scheduling problems.
In this chapter we present an example illustrating the typical steps encountered when writing an application using durable resources. These steps are:
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |