pith. sign in

arxiv: 1607.05527 · v1 · pith:FIZ5ODJBnew · submitted 2016-07-19 · 💻 cs.CG · cs.DM· cs.DS

An Approximation Algorithm for the Art Gallery Problem

classification 💻 cs.CG cs.DMcs.DS
keywords pointmathcalalgorithmproblemapproximationgalleryguardsimple
0
0 comments X
read the original abstract

Given a simple polygon $\mathcal{P}$ on $n$ vertices, two points $x,y$ in $\mathcal{P}$ are said to be visible to each other if the line segment between $x$ and $y$ is contained in $\mathcal{P}$. The Point Guard Art Gallery problem asks for a minimum set $S$ such that every point in $\mathcal{P}$ is visible from a point in $S$. The set $S$ is referred to as guards. Assuming integer coordinates and a specific general position assumption, we present the first $O(\log \text{OPT})$-approximation algorithm for the point guard problem for simple polygons. This algorithm combines ideas of a paper of Efrat and Har-Peled [Inf. Process. Lett. 2006] and Deshpande et. al. [WADS 2007]. We also point out a mistake in the latter.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. A Deterministic Bicriteria Approximation Algorithm for the Art Gallery Problem

    cs.CG 2025-12 unverdicted novelty 7.0

    A deterministic algorithm finds O(OPT log(h+2) log(OPT log(h+2))) points that see at least (1-δ) area of a polygon with h holes in time polynomial in input size and log(1/δ).