Parameterized Approximation of Rectangle Stabbing
Abstract
In the Rectangle Stabbing problem, input is a set R of axis-parallel rectangles and a set L of axis parallel lines in the plane. The task is to find a minimum size set L* ⊂eq L such that for every rectangle R ∈ R there is a line ∈ L* such that intersects R. Gaur et al. [Journal of Algorithms, 2002] gave a polynomial time 2-approximation algorithm, while Dom et al. [WALCOM 2009] and Giannopolous et al. [EuroCG 2009] independently showed that, assuming FPT ≠ W[1], there is no algorithm with running time f(k)(| L|| R|)O(1) that determines whether there exists an optimal solution with at most k lines. We give the first parameterized approximation algorithm for the problem with a ratio better than 2. In particular we give an algorithm that given R, L, and an integer k runs in time kO(k)(| L|| R|)O(1) and either correctly concludes that there does not exist a solution with at most k lines, or produces a solution with at most 7k4 lines. We complement our algorithm by showing that unless FPT = W[1], the Rectangle Stabbing problem does not admit a (54-ε)-approximation algorithm running in f(k)(| L|| R|)O(1) time for any function f and ε > 0.
Turn this paper into a lesson
ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.