To-do-list for further projects:
- Implementation of Feautriers Scheduler Part II - multidimensional schedules
- Integration of a delay function in the scheduler. At the moment all
instances are supposed to have an execution time of one. It should be possible
to give here instead a function or atleast a parameter, which can be set in
the frontend.
- Implementation of a programm, that eliminates irredundant inequations from
a system of inequations. Each inequation in the description of the index space
of a statement or in the description of the source- and target-space of dependences, causes one Farkas-multiplier and makes therefor the work of PIP more
difficult.
- Implementation of Lamports method with integration of the loop limits
(would yield the best linear schedule!).