English

Parameterized Approximation of Rectangle Stabbing

Computational Geometry 2026-04-07 v1 Data Structures and Algorithms

Abstract

In the Rectangle Stabbing problem, input is a set R{\cal R} of axis-parallel rectangles and a set L{\cal L} of axis parallel lines in the plane. The task is to find a minimum size set LL{\cal L}^* \subseteq {\cal L} such that for every rectangle RRR \in {\cal R} there is a line L\ell \in {\cal L}^* such that \ell intersects RR. Gaur et al. [Journal of Algorithms, 2002] gave a polynomial time 22-approximation algorithm, while Dom et al. [WALCOM 2009] and Giannopolous et al. [EuroCG 2009] independently showed that, assuming FPT \neq W[1], there is no algorithm with running time f(k)(LR)O(1)f(k)(|{\cal L}||{\cal R}|)^{O(1)} that determines whether there exists an optimal solution with at most kk lines. We give the first parameterized approximation algorithm for the problem with a ratio better than 22. In particular we give an algorithm that given R{\cal R}, L{\cal L}, and an integer kk runs in time kO(k)(LR)O(1)k^{O(k)}(|{\cal L}||{\cal R}|)^{O(1)} and either correctly concludes that there does not exist a solution with at most kk lines, or produces a solution with at most 7k4\frac{7k}{4} lines. We complement our algorithm by showing that unless FPT == W[1], the Rectangle Stabbing problem does not admit a (54ϵ)(\frac{5}{4}-\epsilon)-approximation algorithm running in f(k)(LR)O(1)f(k)(|{\cal L}||{\cal R}|)^{O(1)} time for any function ff and ϵ>0\epsilon > 0.

Keywords

Cite

@article{arxiv.2604.04282,
  title  = {Parameterized Approximation of Rectangle Stabbing},
  author = {Huairui Chu and Ajaykrishnan E S and Daniel Lokshtanov and Anikait Mundhra and Thomas Schibler and Xiaoyang Xu and Jie Xue},
  journal= {arXiv preprint arXiv:2604.04282},
  year   = {2026}
}