English

Bi-Factor Approximation Algorithms for Hard Capacitated $k$-Median Problems

Data Structures and Algorithms 2017-04-25 v3

Abstract

The kk-Facility Location problem is a generalization of the classical problems kk-Median and Facility Location. The goal is to select a subset of at most kk facilities that minimizes the total cost of opened facilities and established connections between clients and opened facilities. We consider the hard-capacitated version of the problem, where a single facility may only serve a limited number of clients and creating multiple copies of a facility is not allowed. We construct approximation algorithms slightly violating the capacities based on rounding a fractional solution to the standard LP. It is well known that the standard LP (even in the case of uniform capacities and opening costs) has unbounded integrality gap if we only allow violating capacities by a factor smaller than 22, or if we only allow violating the number of facilities by a factor smaller than 22. In this paper, we present the first constant-factor approximation algorithms for the hard-capacitated variants of the problem. For uniform capacities, we obtain a (2+ε)(2+\varepsilon)-capacity violating algorithm with approximation ratio O(1/ε2)O(1/\varepsilon^2); our result has not yet been improved. Then, for non-uniform capacities, we consider the case of kk-Median, which is equivalent to kk-Facility Location with uniform opening cost of the facilities. Here, we obtain a (3+ε)(3+\varepsilon)-capacity violating algorithm with approximation ratio O(1/ε)O(1/\varepsilon).

Keywords

Cite

@article{arxiv.1312.6550,
  title  = {Bi-Factor Approximation Algorithms for Hard Capacitated $k$-Median Problems},
  author = {Jarosław Byrka and Krzysztof Fleszar and Bartosz Rybicki and Joachim Spoerhase},
  journal= {arXiv preprint arXiv:1312.6550},
  year   = {2017}
}

Comments

Inaccuracies from the previous version have been addressed. Extended argument was the basis for a chapter of the PhD thesis of Krzysztof Fleszar

R2 v1 2026-06-22T02:34:01.492Z