Scheduling to Tradeoff Between the Number and the Length of Accepted Jobs.

Qiulan Zhao,Jinjiang Yuan
DOI: https://doi.org/10.1016/j.tcs.2021.08.020
IF: 1.002
2021-01-01
Theoretical Computer Science
Abstract:We consider the single-machine scheduling problem to tradeoff between the number and the length of accepted jobs. The algorithm introduced by Lin and Wang (2007) (called Lin-Wang's algorithm), for solving the single-machine scheduling problem to minimize the number of tardy jobs, is closely related to our research. The original version of Lin-Wang's algorithm runs in O(n2) time. By using the technique of the preemptive scheduling combined with a data structure, we show in this paper that a variant of Lin-Wang's algorithm actually runs in O(nlog⁡n) time. This enables us to further show that the tradeoff problem can be solved in O(nlog⁡n) time.
What problem does this paper attempt to address?