Solving Large-Scale Minimum-Weight Triangulation Instances to Provable Optimality
Andreas Haas

TL;DR
This paper presents advanced algorithms and parallel computing techniques that enable the exact solution of large-scale minimum-weight triangulation problems with up to 30 million points, surpassing previous size limitations.
Contribution
The authors extend and refine existing heuristics with new modifications and parallelization, allowing provably optimal solutions for much larger and diverse MWT instances.
Findings
Solved MWT instances with up to 30 million points in under 4 minutes.
Successfully computed optimal solutions for various benchmark datasets including TSPLIB and VLSI instances.
Demonstrated practical feasibility of solving large MWT problems despite their NP-hardness.
Abstract
We consider practical methods for the problem of finding a minimum-weight triangulation (MWT) of a planar point set, a classic problem of computational geometry with many applications. While Mulzer and Rote proved in 2006 that computing an MWT is NP-hard, Beirouti and Snoeyink showed in 1998 that computing provably optimal solutions for MWT instances of up to 80,000 uniformly distributed points is possible, making use of clever heuristics that are based on geometric insights. We show that these techniques can be refined and extended to instances of much bigger size and different type, based on an array of modifications and parallelizations in combination with more efficient geometric encodings and data structures. As a result, we are able to solve MWT instances with up to 30,000,000 uniformly distributed points in less than 4 minutes to provable optimality. Moreover, we can compute…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Constraint Satisfaction and Optimization · Advanced Graph Theory Research
