Minimum Average Distance Triangulations
Laszlo Kozma

TL;DR
This paper investigates triangulations that minimize the average shortest path distance between points, proving NP-completeness for arbitrary weights and providing polynomial algorithms for equal weights.
Contribution
It introduces the minimum average distance triangulation problem, proves its NP-completeness in general, and offers polynomial solutions for the equal-weight case.
Findings
NP-completeness for arbitrary weights
Polynomial algorithms for equal weights
Open problems in triangulation optimization
Abstract
We study the problem of finding a triangulation T of a planar point set S such as to minimize the expected distance between two points x and y chosen uniformly at random from S. By distance we mean the length of the shortest path between x and y along edges of T. The length of a path is the sum of the weights of its edges. Edge weights are assumed to be given as part of the problem for every pair of distinct points (x,y) in S^2. In a different variant of the problem, the points are vertices of a simple polygon and we look for a triangulation of the interior of the polygon that is optimal in the same sense. We prove that a general formulation of the problem in which the weights are arbitrary positive numbers is strongly NP-complete. For the case when all the weights are equal we give polynomial-time algorithms. In the end we mention several open problems.
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 · Advanced Graph Theory Research · Digital Image Processing Techniques
