English

Computing Area-Optimal Simple Polygonizations

Computational Geometry 2021-11-11 v1 Data Structures and Algorithms

Abstract

We consider methods for finding a simple polygon of minimum (Min-Area) or maximum (Max-Area) possible area for a given set of points in the plane. Both problems are known to be NP-hard; at the center of the recent CG Challenge, practical methods have received considerable attention. However, previous methods focused on heuristic methods, with no proof of optimality. We develop exact methods, based on a combination of geometry and integer programming. As a result, we are able to solve instances of up to n=25 points to provable optimality. While this extends the range of solvable instances by a considerable amount, it also illustrates the practical difficulty of both problem variants.

Keywords

Cite

@article{arxiv.2111.05386,
  title  = {Computing Area-Optimal Simple Polygonizations},
  author = {Sándor P. Fekete and Andreas Haas and Phillip Keldenich and Michael Perk and Arne Schmidt},
  journal= {arXiv preprint arXiv:2111.05386},
  year   = {2021}
}

Comments

24 pages, 19 figures, 3 tables; to appear in ACM Transactions on Experimental Algorithms