A Practical Algorithm with Performance Guarantees for the Art Gallery Problem

07/14/2020
by   Simon Hengeveld, et al.
0

Given a closed simple polygon P, we say two points p,q see each other if the segment pq is fully contained in P. The art gallery problem seeks a minimum size set G⊂ P of guards that sees P completely. The only currently correct algorithm to solve the art gallery problem exactly uses algebraic methods and is attributed to Sharir. As the art gallery problem is ER-complete, it seems unlikely to avoid algebraic methods, without additional assumptions. In this paper, we introduce the notion of vision stability. In order to describe vision stability consider an enhanced guard that can see “around the corner” by an angle of δ or a diminished guard whose vision is by an angle of δ “blocked” by reflex vertices. A polygon P has vision stability δ if the optimal number of enhanced guards to guard P is the same as the optimal number of diminished guards to guard P. We will argue that most relevant polygons are vision stable. We describe a one-shot vision stable algorithm that computes an optimal guard set for visionstable polygons using polynomial time and solving one integer program. It guarantees to find the optimal solution for every vision stable polygon. We implemented an iterative visionstable algorithm and show its practical performance is slower, but comparable with other state of the art algorithms. Our iterative algorithm is inspired and follows closely the one-shot algorithm. It delays several steps and only computes them when deemed necessary. Given a chord c of a polygon, we denote by n(c) the number of vertices visible from c. The chord-width of a polygon is the maximum n(c) over all possible chords c. The set of vision stable polygons admits an FPT algorithm when parametrized by the chord-width. Furthermore, the one-shot algorithm runs in FPT time, when parameterized by the number of reflex vertices.

READ FULL TEXT

page 17

page 33

research
10/23/2020

Geometric Separability using Orthogonal Objects

Given a bichromatic point set P=R ∪ B of red and blue points, a separato...
research
06/25/2022

Maximum independent set (stable set) problem: A mathematical programming model with valid inequalities and computational testing

This paper deals with the maximum independent set (M.I.S.) problem, also...
research
04/20/2021

Computing homotopy classes for diagrams

We present an algorithm that, given finite simplicial sets X, A, Y with ...
research
10/19/2019

Maximum-Area Rectangles in a Simple Polygon

We study the problem of finding maximum-area rectangles contained in a p...
research
08/21/2018

Stable divisorial gonality is in NP

Divisorial gonality and stable divisorial gonality are graph parameters,...
research
10/09/2017

On Variants of Network Flow Stability

We present a variant of the stable flow problem. Instead of the traditio...

Please sign up or login with your details

Forgot password? Click here to reset