English

Barrier Coverage with Non-uniform Lengths to Minimize Aggregate Movements

Data Structures and Algorithms 2017-10-02 v1

Abstract

Given a line segment I=[0,L]I=[0,L], the so-called barrier, and a set of nn sensors with varying ranges positioned on the line containing II, the barrier coverage problem is to move the sensors so that they cover II, while minimising the total movement. In the case when all the sensors have the same radius the problem can be solved in O(nlogn)O(n \log n) time (Andrews and Wang, Algorithmica 2017). If the sensors have different radii the problem is known to be NP-hard to approximate within a constant factor (Czyzowicz et al., ADHOC-NOW 2009). We strengthen this result and prove that no polynomial time ρ1ε\rho^{1-\varepsilon}-approximation algorithm exists unless P=NPP=NP, where ρ\rho is the ratio between the largest radius and the smallest radius. Even when we restrict the number of sensors that are allowed to move by a parameter kk, the problem turns out to be W[1]-hard. On the positive side we show that a ((2+ε)ρ+2/ε)((2+\varepsilon)\rho+2/\varepsilon)-approximation can be computed in O(n3/ε2)O(n^3/\varepsilon^2) time and we prove fixed-parameter tractability when parameterized by the total movement assuming all numbers in the input are integers.

Keywords

Cite

@article{arxiv.1709.10285,
  title  = {Barrier Coverage with Non-uniform Lengths to Minimize Aggregate Movements},
  author = {Serge Gaspers and Joachim Gudmundsson and Julián Mestre and Stefan Rümmele},
  journal= {arXiv preprint arXiv:1709.10285},
  year   = {2017}
}
R2 v1 2026-06-22T21:58:38.466Z