Resource Leveling: Complexity of a UET two-processor scheduling variant and related problems
Pascale Bendotti, Luca Brunod Indrigo, Philippe Chrétienne, Bruno Escoffier
TL;DR
This work analyzes resource leveling variants of two-processor scheduling with a focus on minimizing the total overload cost under a makespan deadline. The central result provides a polynomial-time algorithm for the core case $L2 | prec, C_{max} \leq M, c_i = 1, p_i = 1 | F$ by leveraging maximum matchings on independence graphs and a two-machine schedule structure, characterizing the optimum $F^*(M)$ as a piecewise-linear function with three segments. It further broadens the scope by presenting polynomial or pseudo-polynomial algorithms for related special cases (in-tree precedences, $L1$, preemption-based problems) and establishing NP-hardness for several generalized leveling problems, linking resource leveling to classical scheduling via reductions. The paper also builds a comparative table of results to delineate tractable vs. hard instances and demonstrates the applicability of flow and matching techniques in the resource-leveling context. Overall, it advances theoretical understanding of scheduling under resource-overload costs and offers practical algorithmic strategies for exact solutions in key settings.
Abstract
This paper mainly focuses on a resource leveling variant of a two-processor scheduling problem. The latter problem is to schedule a set of dependent UET jobs on two identical processors with minimum makespan. It is known to be polynomial-time solvable. In the variant we consider, the resource constraint on processors is relaxed and the objective is no longer to minimize makespan. Instead, a deadline is imposed on the makespan and the objective is to minimize the total resource use exceeding a threshold resource level of two. This resource leveling criterion is known as the total overload cost. Sophisticated matching arguments allow us to provide a polynomial algorithm computing the optimal solution as a function of the makespan deadline. It extends a solving method from the literature for the two-processor scheduling problem. Moreover, the complexity of related resource leveling problems sharing the same objective is studied. These results lead to polynomial or pseudo-polynomial algorithms or NP-hardness proofs, allowing for an interesting comparison with classical machine scheduling problems.
