English

Load Balancing: The Long Road from Theory to Practice

Data Structures and Algorithms 2021-07-30 v1

Abstract

There is a long history of approximation schemes for the problem of scheduling jobs on identical machines to minimize the makespan. Such a scheme grants a (1+ϵ)(1+\epsilon)-approximation solution for every ϵ>0\epsilon > 0, but the running time grows exponentially in 1/ϵ1/\epsilon. For a long time, these schemes seemed like a purely theoretical concept. Even solving instances for moderate values of ϵ\epsilon seemed completely illusional. In an effort to bridge theory and practice, we refine recent ILP techniques to develop the fastest known approximation scheme for this problem. An implementation of this algorithm reaches values of ϵ\epsilon lower than 2/1118.2%2/11\approx 18.2\% within a reasonable timespan. This is the approximation guarantee of MULTIFIT, which, to the best of our knowledge, has the best proven guarantee of any non-scheme algorithm.

Keywords

Cite

@article{arxiv.2107.13638,
  title  = {Load Balancing: The Long Road from Theory to Practice},
  author = {Sebastian Berndt and Max A. Deppert and Klaus Jansen and Lars Rohwedder},
  journal= {arXiv preprint arXiv:2107.13638},
  year   = {2021}
}
R2 v1 2026-06-24T04:37:03.674Z