English

Parameterized and approximation algorithms for coverings points with segments in the plane

Computational Geometry 2024-02-27 v1 Data Structures and Algorithms

Abstract

We study parameterized and approximation algorithms for a variant of Set Cover, where the universe of elements to be covered consists of points in the plane and the sets with which the points should be covered are segments. We call this problem Segment Set Cover. We also consider a relaxation of the problem called δ\delta-extension, where we need to cover the points by segments that are extended by a tiny fraction, but we compare the solution's quality to the optimum without extension. For the unparameterized variant, we prove that Segment Set Cover does not admit a PTAS unless P=NP\mathsf{P}=\mathsf{NP}, even if we restrict segments to be axis-parallel and allow 12\frac{1}{2}-extension. On the other hand, we show that parameterization helps for the tractability of Segment Set Cover: we give an FPT algorithm for unweighted Segment Set Cover parameterized by the solution size kk, a parameterized approximation scheme for Weighted Segment Set Cover with kk being the parameter, and an FPT algorithm for Weighted Segment Set Cover with δ\delta-extension parameterized by kk and δ\delta. In the last two results, relaxing the problem is probably necessary: we prove that Weighted Segment Set Cover without any relaxation is W[1]\mathsf{W}[1]-hard and, assuming ETH, there does not exist an algorithm running in time f(k)no(k/logk)f(k)\cdot n^{o(k / \log k)}. This holds even if one restricts attention to axis-parallel segments.

Keywords

Cite

@article{arxiv.2402.16466,
  title  = {Parameterized and approximation algorithms for coverings points with segments in the plane},
  author = {Katarzyna Kowalska and Michał Pilipczuk},
  journal= {arXiv preprint arXiv:2402.16466},
  year   = {2024}
}

Comments

25 pages, 7 figures. The extended abstract will appear in the proceedings of STACS 2024

R2 v1 2026-06-28T15:00:07.076Z