Balanced assignments of periodic tasks
Héloïse Gachet, Frédéric Meunier
TL;DR
The paper studies balancing periodic task assignments among indistinguishable workers, proving that a balanced feasible assignment exists iff a feasible assignment with every task performed by each worker at least once exists, and that such balanced assignments can be chosen periodic with period $q$. It introduces a pebble-on-arc-colored Eulerian digraph model as a core tool, and shows how to construct periodic balanced solutions in polynomial time for the basic version, with extensions to weekly schedules yielding a larger, explicit period bound. The extended version maintains decidability and balance properties under non-overlapping weekly schedules, though some direct implications from the basic version no longer hold without additional conditions. The framework relies on encoding assignments as directed graphs, transforming instances to unify the analysis, and using merge operations to obtain Hamiltonian cycles that generate periodic balanced schedules. These results have implications for cyclic rosters in transportation and related scheduling domains, providing both constructive algorithms and rigorous balance guarantees.
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.
