English

The Polygon Burning Problem

Computational Geometry 2021-11-18 v1

Abstract

Motivated by the kk-center problem in location analysis, we consider the \emph{polygon burning} (PB) problem: Given a polygonal domain PP with hh holes and nn vertices, find a set SS of kk vertices of PP that minimizes the maximum geodesic distance from any point in PP to its nearest vertex in SS. Alternatively, viewing each vertex in SS as a site to start a fire, the goal is to select SS such that fires burning simultaneously and uniformly from SS, restricted to PP, consume PP entirely as quickly as possible. We prove that PB is NP-hard when kk is arbitrary. We show that the discrete kk-center of the vertices of PP under the geodesic metric on PP provides a 22-approximation for PB, resulting in an O(n2logn+hknlogn)O(n^2 \log n + hkn \log n)-time 33-approximation algorithm for PB. Lastly, we define and characterize a new type of polygon, the sliceable polygon. A sliceable polygon is a convex polygon that contains no Voronoi vertex from the Voronoi diagram of its vertices. We give a dynamic programming algorithm to solve PB exactly on a sliceable polygon in O(kn2)O(kn^2) time.

Keywords

Cite

@article{arxiv.2111.09054,
  title  = {The Polygon Burning Problem},
  author = {William Evans and Rebecca Lin},
  journal= {arXiv preprint arXiv:2111.09054},
  year   = {2021}
}

Comments

13 pages, 6 figures

R2 v1 2026-06-24T07:42:00.181Z