LEA
Fakultät für Informatik der Technischen Universität München
Lehrstuhl für Effiziente Algorithmen
Postadresse: 80290 München; Hausadresse: Arcisstr.21, 80333 München

Scheduling Interval Orders in Parallel

Ernst W. Mayr


Interval orders are partial orders defined by having interval representations. It is well known that a transitively oriented digraph G is an interval order iff its undirected complement G' is chordal. We investigate parallel algorithms for the following scheduling problem: Given a system consisting of a set T of n tasks (each requiring unit execution time) and an interval order < over T, and given m identical parallel processors, construct an optimal (i.e., minimal length) schedule for (T,<).

Our algorithm is based on a subroutine for computing so-called scheduling distances, i.e., the minimal number of time steps needed to schedule all those tasks succeeding some given task t and preceding some other task t'. For a given interval order) with n tasks, these scheduling distances can be computed using n³ processors and O(log²n) time on a CREW-PRAM. We then give an incremental version of the scheduling distance algorithm, which can be used to compute the empty slots in an optimal schedule. From these, we derive the optimal schedule, using no more resources than for the initial scheduling distance computation and considerably improving on previous work by Sunder and He.

The algorithm can also be extended to handle tasksystems which, in addition to interval order precedence constraints, have individual deadlines and/or release times for the tasks. Our algorithm is the first NC-algorithm for this problem. As another application, it also provides NC-algorithms for some graph problems on interval graphs (which are NP-complete in general)