On Scheduling Independent Tasks with Restricted Execution Times
Joseph Y.‐T. Leung
Abstract
Joseph Y.‐T. Leung
Abstract
We consider the problem of nonpreemptively scheduling n independent tasks on m identical and parallel machines with the objective of minimizing the overall finishing time. The problem has been shown to be NP-complete in the strong sense and hence there probably will not be any pseudopolynomial time algorithm for solving this problem. We show, however, that if the execution times are restricted to a fixed number, say k, of different values, then it can be solved in polynomial time. Our algorithm can be implemented to run in time 0(log 2 p * log 2 m * n 2(k−1) ) and space 0(log 2 m * n k−1 ) in the worst case, where p is the largest execution time.
OpenAlex reports 43 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
We consider the problem of nonpreemptively scheduling n independent tasks on m identical and parallel machines with the objective of minimizing the overall finishing time. The problem has been shown to be NP-complete in the strong sense and hence there probably will not be any pseudopolynomial time algorithm for solving this problem. We show, however, that if the execution times are restricted to a fixed number, say k, of different values, then it can be solved in polynomial time. Our algorithm can be implemented to run in time 0(log 2 p * log 2 m * n 2(k−1) ) and space 0(log 2 m * n k−1 ) in the worst case, where p is the largest execution time.
Key concepts: Execution time, Computer science, Time complexity, Scheduling (production processes), Running time, Binary logarithm, Parallel computing, Combinatorics