English
Related papers

Related papers: Implementation of polygon guarding algorithms for …

200 papers

Given a simple polygon $\cal P$, in the Art Gallery problem, the goal is to find the minimum number of guards needed to cover the entire $\cal P$, where a guard is a point and can see another point $q$ when $\overline{pq}$ does not cross…

Computational Geometry · Computer Science 2021-08-26 Arash Vaezi , Bodhayan Roy , Mohammad Ghodsi

We provide an O(log log OPT)-approximation algorithm for the problem of guarding a simple polygon with guards on the perimeter. We first design a polynomial-time algorithm for building epsilon-nets of size O(1/epsilon log log 1/epsilon) for…

Computational Geometry · Computer Science 2010-01-26 James King , David Kirkpatrick

Art Gallery is a fundamental visibility problem in Computational Geometry. The input consists of a simple polygon P, (possibly infinite) sets G and C of points within P, and an integer k; the task is to decide if at most k guards can be…

Computational Geometry · Computer Science 2020-03-18 Akanksha Agrawal , Kristine V. K. Knudsen , Daniel Lokshtanov , Saket Saurabh , Meirav Zehavi

We study the problem of guarding the boundary of a simple polygon with a minimum number of guards such that each guard covers a contiguous portion of the boundary. First, we present a simple greedy algorithm for this problem that returns a…

Computational Geometry · Computer Science 2025-05-09 Ahmad Biniaz , Anil Maheshwari , Joseph S. B. Mitchell , Saeed Odak , Valentin Polishchuk , Thomas Shermer

In the Art Gallery Problem we are given a polygon $P\subset [0,L]^2$ on $n$ vertices and a number $k$. We want to find a guard set $G$ of size $k$, such that each point in $P$ is seen by a guard in $G$. Formally, a guard $g$ sees a point $p…

Computational Geometry · Computer Science 2018-11-06 Michael Gene Dobbins , Andreas Holmsen , Tillmann Miltzow

We explore an Art Gallery variant where each point of a polygon must be seen by k guards, and guards cannot see through other guards. Surprisingly, even covering convex polygons under this variant is not straightforward. For example,…

Computational Geometry · Computer Science 2025-09-18 MIT CompGeom Group , Hugo A. Akitaya , Erik D. Demaine , Adam Hesterberg , Anna Lubiw , Jayson Lynch , Joseph O'Rourke , Frederick Stock

The Art Gallery Problem is one of the most well-known problems in Computational Geometry, with a rich history in the study of algorithms, complexity, and variants. Recently there has been a surge in experimental work on the problem. In this…

Computational Geometry · Computer Science 2016-02-16 Pedro J. de Rezende , Cid C. de Souza , Stephan Friedrichs , Michael Hemmer , Alexander Kröller , Davi C. Tozoni

We prove that the art gallery problem is equivalent under polynomial time reductions to deciding whether a system of polynomial equations over the real numbers has a solution. The art gallery problem is a classical problem in computational…

Computational Geometry · Computer Science 2018-05-10 Mikkel Abrahamsen , Anna Adamaszek , Tillmann Miltzow

We devise an algorithm for surveying a dynamic orthogonal polygonal domain by placing one guard at each vertex in a subset of its vertices, i.e., whenever an orthogonal polygonal domain {\cal P'} is modified to result in another orthogonal…

Computational Geometry · Computer Science 2021-11-15 Debangshu Banerjee , R. Inkulu

The Art Gallery Problem (AGP) is one of the classical problems in computational geometry. It asks for the minimum number of guards required to achieve visibility coverage of a given polygon. The AGP is well-known to be NP-hard even in…

Consider a sliding camera that travels back and forth along an orthogonal line segment $s$ inside an orthogonal polygon $P$ with $n$ vertices. The camera can see a point $p$ inside $P$ if and only if there exists a line segment containing…

Computational Geometry · Computer Science 2013-10-01 Stephane Durocher , Omrit Filtser , Robert Fraser , Ali Mehrabi , Saeed Mehrabi

We address recently proposed chromatic versions of the classic Art Gallery Problem. Assume a simple polygon $P$ is guarded by a finite set of point guards and each guard is assigned one of $t$ colors. Such a chromatic guarding is said to be…

Computational Geometry · Computer Science 2014-12-15 Frank Hoffmann , Klaus Kriegel , Max Willert

In any simple polygonal art gallery with n walls, we show that it is possible to place floor(n/2)-1 guards whose range of vision is 180 degrees in such a way that every interior point of the gallery can be seen by one of them, and such that…

Combinatorics · Mathematics 2020-07-09 Daniel Florentino , Ethan Moy , Robert Muth

We present two new versions of the chromatic art gallery problem that can improve upper bound of the required colors pretty well. In our version, we employ restricted angle guards so that these modern guards can visit $\alpha$-degree of…

Computational Geometry · Computer Science 2017-11-21 Hamid Hoorfar

We study the Art Gallery Problem for face guards in polyhedral environments. The problem can be informally stated as: how many (not necessarily convex) windows should we place on the external walls of a dark building, in order to completely…

Computational Geometry · Computer Science 2014-04-22 Giovanni Viglietta

The Art Gallery Problem (AGP) asks for placing a minimum number of stationary guards in a polygonal region P, such that all points in P are guarded. The problem is known to be NP-hard, and its inherent continuous structure (with both the…

Computational Geometry · Computer Science 2014-12-19 Sándor P. Fekete , Stephan Friedrichs , Alexander Kröller , Christiane Schmidt

We study the Dispersive Art Gallery Problem with vertex guards: Given a polygon $\mathcal{P}$, with pairwise geodesic Euclidean vertex distance of at least $1$, and a rational number $\ell$; decide whether there is a set of vertex guards…

Computational Geometry · Computer Science 2024-06-11 Sándor P. Fekete , Joseph S. B. Mitchell , Christian Rieck , Christian Scheffer , Christiane Schmidt

We propose precise notions of what it means to guard a domain "robustly", under a variety of models. While approximation algorithms for minimizing the number of (precise) point guards in a polygon is a notoriously challenging area of…

Computational Geometry · Computer Science 2024-03-19 Rathish Das , Omrit Filtser , Matthew J. Katz , Joseph S. B. Mitchell

A polygonal art gallery can be observed by guards placed at one third of its corners. However, the strategy of placing guards at every third corner does not work for all art galleries. In this note, we provide an example of a nine-sided art…

Combinatorics · Mathematics 2019-08-06 Ralph Morrison

We investigate a variation of the art gallery problem in which a team of mobile guards tries to track an unpredictable intruder in a simply-connected polygonal environment. In this work, we use the deployment strategy for diagonal guards…

Robotics · Computer Science 2016-11-16 Guillermo J. Laguna , Rui Zou , Sourabh Bhattacharya