vix.ing · top · new · best · stats · spec

Removing Connected Obstacles in the Plane is FPT

2020/02/04 by Eiben, Eduard, Lokshtanov, Daniel
#Computational Geometry (cs.CG) #Data Structures and Algorithms (cs.DS) #Discrete Mathematics (cs.DM) #FOS: Computer and information sciences

paper · doi:10.48550/arxiv.2002.01218

Abstract

Given two points in the plane, a set of obstacles defined by closed curves, and an integer k, does there exist a path between the two designated points intersecting at most k of the obstacles? This is a fundamental and well-studied problem arising naturally in computational geometry, graph theory, wireless computing, and motion planning. It remains \textsfNP-hard even when the obstacles are very simple geometric shapes (e.g., unit-length line segments). In this paper, we show that the problem is fixed-parameter tractable (\textsfFPT) parameterized by k, by giving an algorithm with running time kO(k3)nO(1). Here n is the number connected areas in the plane drawing of all the obstacles.

Related