Super Guarding and Dark Rays in Art Galleries

πŸ“… 2024-04-06
πŸ›οΈ Canadian Conference on Computational Geometry
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF

career value

217K/year
πŸ€– AI Summary
This paper studies a novel variant of the Art Gallery placing guards inside a convex or simple polygon such that every point is visible to at least *k* guards, while guards are pairwise mutually invisible (i.e., their line-of-sight is blocked by other guards). This strong mutual-invisibility constraint severely limits coverage capacityβ€”e.g., 4-covering a triangle requires 5 guards, and 10-covering requires 12. For convex *n*-gons, the paper establishes tight asymptotic bounds and derives an exact closed-form formula for the minimum number of guards needed for *k*-coverage. Using combinatorial geometry, extremal configuration construction, and inductive counting, it reveals a nonlinear growth pattern induced by inter-guard occlusion. For simple polygons, it provides a non-tight upper bound and explicitly identifies open problems. The core contribution is the first characterization of the theoretical limits of *k*-coverage under mutual invisibility, complemented by constructive, implementable guard placements.

Technology Category

Application Category

πŸ“ Abstract
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, covering every point in a triangle k=4 times (a 4-cover) requires 5 guards, and achieving a 10-cover requires 12 guards. Our main result is tight bounds on k-covering a convex polygon of n vertices, for all k and n. The proofs of both upper and lower bounds are nontrivial. We also obtain bounds for simple polygons, leaving tight bounds an open problem.
Problem

Research questions and friction points this paper is trying to address.

Determining tight guard bounds for k-covering convex polygons
Studying visibility constraints where guards block line-of-sight
Establishing coverage requirements for simple polygons remains open
Innovation

Methods, ideas, or system contributions that make the work stand out.

k-guard coverage with visibility blocking
tight bounds for convex polygons
bounds for simple polygons open