Computing the flip distance between triangulations
Iyad Kanj, Eric Sedgwick, and Ge Xia

TL;DR
This paper introduces a fixed-parameter tractable algorithm for computing the minimum number of flips needed to transform one triangulation into another, advancing understanding of flip distance in planar graphs.
Contribution
The paper presents the first fixed-parameter tractable algorithm for the flip distance problem, with extensions to polygonal regions with holes and labeled triangulations.
Findings
Algorithm runs in time O(n + k * c^k) with c ≤ 2 * 14^{11}
Proves the flip distance problem is fixed-parameter tractable
Extends results to polygonal regions with holes and labeled graphs
Abstract
Let be a triangulation of a set of points in the plane, and let be an edge shared by two triangles in such that the quadrilateral formed by these two triangles is convex. A {\em flip} of is the operation of replacing by the other diagonal of to obtain a new triangulation of from . The {\em flip distance} between two triangulations of is the minimum number of flips needed to transform one triangulation into the other. The Flip Distance problem asks if the flip distance between two given triangulations of is at most , for some given . It is a fundamental and a challenging problem. We present an algorithm for the {\sc Flip Distance} problem that runs in time , for a constant , which implies that the problem is fixed-parameter…
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 · Optimization and Search Problems
