English

Approximating capacitated $k$-median with $(1+\epsilon)k$ open facilities

Data Structures and Algorithms 2015-07-14 v2

Abstract

In the capacitated kk-median (\CKM) problem, we are given a set FF of facilities, each facility iFi \in F with a capacity uiu_i, a set CC of clients, a metric dd over FCF \cup C and an integer kk. The goal is to open kk facilities in FF and connect the clients CC to the open facilities such that each facility ii is connected by at most uiu_i clients, so as to minimize the total connection cost. In this paper, we give the first constant approximation for \CKM, that only violates the cardinality constraint by a factor of 1+ϵ1+\epsilon. This generalizes the result of [Li15], which only works for the uniform capacitated case. Moreover, the approximation ratio we obtain is O(1ϵ2log1ϵ)O\big(\frac{1}{\epsilon^2}\log\frac1\epsilon\big), which is an exponential improvement over the ratio of exp(O(1/ϵ2))\exp(O(1/\epsilon^2)) in [Li15]. The natural LP relaxation for the problem, which almost all previous algorithms for \CKM are based on, has unbounded integrality gap even if (2ϵ)k(2-\epsilon)k facilities can be opened. We introduce a novel configuration LP for the problem, that overcomes this integrality gap.

Keywords

Cite

@article{arxiv.1411.5630,
  title  = {Approximating capacitated $k$-median with $(1+\epsilon)k$ open facilities},
  author = {Shi Li},
  journal= {arXiv preprint arXiv:1411.5630},
  year   = {2015}
}

Comments

17 pages, 2 figures

R2 v1 2026-06-22T07:06:16.276Z