English

Parameterized Algorithms for Power-Efficiently Connecting Wireless Sensor Networks: Theory and Experiments

Data Structures and Algorithms 2022-03-23 v3 Discrete Mathematics

Abstract

We study an NP-hard problem motivated by energy-efficiently maintaining the connectivity of a symmetric wireless communication network: Given an edge-weighted nn-vertex graph, find a connected spanning subgraph of minimum cost, where the cost is determined by letting each vertex pay the most expensive edge incident to it in the subgraph. On the negative side, we show that o(logn)o(\log n)-approximating the difference dd between the optimal solution cost and a natural lower bound is NP-hard and that, under the Exponential Time Hypothesis, there are no exact algorithms running in 2o(n)2^{o(n)} time or in f(d)nO(1)f(d)\cdot n^{O(1)} time for any computable function ff. Moreover, we show that the special case of connecting cc network components with minimum additional cost generally cannot be polynomial-time reduced to instances of size cO(1)c^{O(1)} unless the polynomial-time hierarchy collapses. On the positive side, we provide an algorithm that reconnects O(logn)O(\log n) connected components with minimum additional cost in polynomial time. These algorithms are motivated by application scenarios of monitoring areas or where an existing sensor network may fall apart into several connected components due to sensor faults. In experiments, the algorithm outperforms CPLEX with known ILP formulations when nn is sufficiently large compared to cc.

Keywords

Cite

@article{arxiv.1706.03177,
  title  = {Parameterized Algorithms for Power-Efficiently Connecting Wireless Sensor Networks: Theory and Experiments},
  author = {Matthias Bentert and René van Bevern and André Nichterlein and Rolf Niedermeier and Pavel V. Smirnov},
  journal= {arXiv preprint arXiv:1706.03177},
  year   = {2022}
}

Comments

Additional experiments, lower bounds strengthened to metric case, added kernelization lower bounds

R2 v1 2026-06-22T20:14:46.785Z