In periodic task scheduling, requiring every worker to follow the same sequence adds at most one extra worker, and an optimal fair sequence can be found in O(n log n) time.
Balanced assignments of periodic tasks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
This work addresses the problem of assigning periodic tasks to workers in a balanced way, i.e., so that each worker performs every task with the same frequency over the long term. The input consists of a list of tasks to be repeated weekly at fixed times and a number of indistinguishable workers. In the basic version, the sole constraint is that no worker performs two tasks simultaneously. In the extended version, additional constraints can be introduced, such as limits on the total number of working hours per week. Regarding the basic version, a necessary and sufficient condition for the existence of a balanced assignment is established. This condition can be verified in polynomial time. For the extended version, it is demonstrated that whenever a balanced assignment exists, a periodic balanced assignment exists as well, with a tighter bound on the period for the basic version.
citation-role summary
citation-polarity summary
fields
cs.DS 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
The Fair Periodic Assignment Problem
In periodic task scheduling, requiring every worker to follow the same sequence adds at most one extra worker, and an optimal fair sequence can be found in O(n log n) time.