Removing Connected Obstacles in the Plane is FPT
Data Structures and Algorithms
2020-02-05 v1 Computational Geometry
Discrete Mathematics
Abstract
Given two points in the plane, a set of obstacles defined by closed curves, and an integer , does there exist a path between the two designated points intersecting at most 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 -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 () parameterized by , by giving an algorithm with running time . Here is the number connected areas in the plane drawing of all the obstacles.
Cite
@article{arxiv.2002.01218,
title = {Removing Connected Obstacles in the Plane is FPT},
author = {Eduard Eiben and Daniel Lokshtanov},
journal= {arXiv preprint arXiv:2002.01218},
year = {2020}
}