English

Approximate Covering with Lower and Upper Bounds via LP Rounding

Data Structures and Algorithms 2020-09-22 v2 Computational Geometry

Abstract

In this paper, we study the lower- and upper-bounded covering (LUC) problem, where we are given a set PP of nn points, a collection B\mathcal{B} of balls, and parameters LL and UU. The goal is to find a minimum-sized subset BB\mathcal{B}'\subseteq \mathcal{B} and an assignment of the points in PP to B\mathcal{B}', such that each point pPp\in P is assigned to a ball that contains pp and for each ball BiBB_i\in \mathcal{B}', at least LL and at most UU points are assigned to BiB_i. We obtain an LP rounding based constant approximation for LUC by violating the lower and upper bound constraints by small constant factors and expanding the balls by again a small constant factor. Similar results were known before for covering problems with only the upper bound constraint. We also show that with only the lower bound constraint, the above result can be obtained without any lower bound violation. Covering problems have close connections with facility location problems. We note that the known constant-approximation for the corresponding lower- and upper-bounded facility location problem, violates the lower and upper bound constraints by a constant factor.

Keywords

Cite

@article{arxiv.2007.11476,
  title  = {Approximate Covering with Lower and Upper Bounds via LP Rounding},
  author = {Sayan Bandyapadhyay and Aniket Basu Roy},
  journal= {arXiv preprint arXiv:2007.11476},
  year   = {2020}
}

Comments

There is an error in the algorithm for LUC in Section 3. The proof of Lemma 5 does not hold

R2 v1 2026-06-23T17:19:07.699Z