English

Approximating $\delta$-Covering

Data Structures and Algorithms 2024-08-09 v1

Abstract

δ\delta-Covering, for some covering range δ>0\delta>0, is a continuous facility location problem on undirected graphs where all edges have unit length. The facilities may be positioned on the vertices as well as on the interior of the edges. The goal is to position as few facilities as possible such that every point on every edge has distance at most δ\delta to one of these facilities. For large δ\delta, the problem is similar to dominating set, which is hard to approximate, while for small δ\delta, say close to 11, the problem is similar to vertex cover. In fact, as shown by Hartmann et al. [Math. Program. 22], δ\delta-Covering for all unit-fractions δ\delta is polynomial time solvable, while for all other values of δ\delta the problem is NP-hard. We study the approximability of δ\delta-Covering for every covering range δ>0\delta>0. For δ3/2\delta \geq 3/2, the problem is log-APX-hard, and allows an O(logn)\mathcal O(\log n) approximation. For every δ<3/2\delta < 3/2, there is a constant factor approximation of a minimum δ\delta-cover (and the problem is APX-hard when δ\delta is not a unit-fraction). We further study the dependency of the approximation ratio on the covering range δ<3/2\delta < 3/2. By providing several polynomial time approximation algorithms and lower bounds under the Unique Games Conjecture, we narrow the possible approximation ratio, especially for δ\delta close to the polynomial time solvable cases.

Keywords

Cite

@article{arxiv.2408.04517,
  title  = {Approximating $\delta$-Covering},
  author = {Tim A. Hartmann and Tom Janßen},
  journal= {arXiv preprint arXiv:2408.04517},
  year   = {2024}
}

Comments

22 pages, 6 figures, extended abstract accepted at WAOA24