English

Exact Algorithms for Minimum Dilation Triangulation

Computational Geometry 2025-02-26 v1

Abstract

We provide a spectrum of new theoretical insights and practical results for finding a Minimum Dilation Triangulation (MDT), a natural geometric optimization problem of considerable previous attention: Given a set PP of nn points in the plane, find a triangulation TT, such that a shortest Euclidean path in TT between any pair of points increases by the smallest possible factor compared to their straight-line distance. No polynomial-time algorithm is known for the problem; moreover, evaluating the objective function involves computing the sum of (possibly many) square roots. On the other hand, the problem is not known to be NP-hard. (1) We provide practically robust methods and implementations for computing an MDT for benchmark sets with up to 30,000 points in reasonable time on commodity hardware, based on new geometric insights into the structure of optimal edge sets. Previous methods only achieved results for up to 200200 points, so we extend the range of optimally solvable instances by a factor of 150150. (2) We develop scalable techniques for accurately evaluating many shortest-path queries that arise as large-scale sums of square roots, allowing us to certify exact optimal solutions, with previous work relying on (possibly inaccurate) floating-point computations. (3) We resolve an open problem by establishing a lower bound of 1.441161.44116 on the dilation of the regular 8484-gon (and thus for arbitrary point sets), improving the previous worst-case lower bound of 1.43081.4308 and greatly reducing the remaining gap to the upper bound of 1.44821.4482 from the literature. In the process, we provide optimal solutions for regular nn-gons up to n=100n = 100.

Keywords

Cite

@article{arxiv.2502.18189,
  title  = {Exact Algorithms for Minimum Dilation Triangulation},
  author = {Sándor P. Fekete and Phillip Keldenich and Michael Perk},
  journal= {arXiv preprint arXiv:2502.18189},
  year   = {2025}
}

Comments

Full version of SoCG 2025 paper with the same title. 40 pages, 13 figures, 4 tables