Task Scheduling
With Precedence And Resource Constraints


Task Scheduling is implemented to illustrate the use of the framework for more complex domains.


Definitions







Problem Statement

Given a project and a finite number of resources, form a schedule that is near-optimal in total execution time.

The term "near-optimal" is used because optimality is not guaranteed, but the generated schedule should be considerably better than a randomly generated schedule.



Back to CBR page
sbogaert@cs.indiana.edu