English

Approximating minimum-power edge-multicovers

Data Structures and Algorithms 2011-07-26 v1

Abstract

Given a graph with edge costs, the {\em power} of a node is themaximum cost of an edge incident to it, and the power of a graph is the sum of the powers of its nodes. Motivated by applications in wireless networks, we consider the following fundamental problem in wireless network design. Given a graph G=(V,E)G=(V,E) with edge costs and degree bounds {r(v):vV}\{r(v):v \in V\}, the {\sf Minimum-Power Edge-Multi-Cover} ({\sf MPEMC}) problem is to find a minimum-power subgraph JJ of GG such that the degree of every node vv in JJ is at least r(v)r(v). We give two approximation algorithms for {\sf MPEMC}, with ratios O(logk)O(\log k) and k+1/2k+1/2, where k=maxvVr(v)k=\max_{v \in V} r(v) is the maximum degree bound. This improves the previous ratios O(logn)O(\log n) and k+1k+1, and implies ratios O(logk)O(\log k) for the {\sf Minimum-Power kk-Outconnected Subgraph} and O(logklognnk)O(\log k \log \frac{n}{n-k}) for the {\sf Minimum-Power kk-Connected Subgraph} problems; the latter is the currently best known ratio for the min-cost version of the problem.

Keywords

Cite

@article{arxiv.1107.4893,
  title  = {Approximating minimum-power edge-multicovers},
  author = {Nachshon Cohen and Zeev Nutov},
  journal= {arXiv preprint arXiv:1107.4893},
  year   = {2011}
}
R2 v1 2026-06-21T18:41:25.959Z