English

Approximating activation edge-cover and facility location problems

Data Structures and Algorithms 2018-12-27 v1

Abstract

What approximation ratio can we achieve for the Facility Location problem if whenever a client uu connects to a facility vv,the opening cost of vv is at most θ\theta times the service cost of uu? We show that this and many other problems are a particular case of the Activation Edge-Cover problem. Here we are given a multigraph G=(V,E)G=(V,E), a set RVR \subseteq V of terminals, and thresholds {tue,tve}\{t^e_u,t^e_v\} for each uvuv-edge eEe \in E. The goal is to find an assignment a={av:vV}{\bf a}=\{a_v:v \in V\} to the nodes minimizing vVav\sum_{v \in V} a_v, such that the edge set Ea={e=uv:autue,avtve}E_{\bf a}=\{e=uv: a_u \geq t^e_u, a_v \geq t^e_v\} activated by a{\bf a} covers RR. We obtain ratio 1+ω(θ)lnθlnlnθ1+\omega(\theta) \approx \ln \theta-\ln \ln \theta for the problem, where ω(θ)\omega(\theta) is the root of the equation x+1=ln(θ/x)x+1=\ln(\theta/x) and θ\theta is a problem parameter. This result is based on a simple generic algorithm for the problem of minimizing a sum of a decreasing and a sub-additive set functions, which is of independent interest. As an application, we get that the above variant of Facility Location admits ratio 1+ω(θ)1+\omega(\theta); if for each facility all service costs are identical then we show a better ratio 1+maxk1Hk11+k/θ\displaystyle 1+\max_{k \geq 1} \frac{H_k-1}{1+k/\theta}, where Hk=i=1k1/iH_k=\sum_{i=1}^k 1/i. For the Min-Power Edge-Cover problem we improve the ratio 1.4061.406 of Calinescu et. al. (achieved by iterative randomized rounding) to 1+ω(1)<1.27851+\omega(1)<1.2785. For unit thresholds we improve the ratio 73/601.21773/60 \approx 1.217 to 155513471.155\frac{1555}{1347} \approx 1.155.

Cite

@article{arxiv.1812.09880,
  title  = {Approximating activation edge-cover and facility location problems},
  author = {Zeev Nutov and Eli Shalom},
  journal= {arXiv preprint arXiv:1812.09880},
  year   = {2018}
}
R2 v1 2026-06-23T06:55:17.165Z