Towards single face shortest vertex-disjoint paths in undirected planar graphs
Glencora Borradaile, Amir Nayyeri, Farzad Zafarani

TL;DR
This paper presents an algorithm for finding shortest vertex-disjoint paths connecting multiple terminal pairs in undirected planar graphs, specifically when all terminals are arranged on a common face, advancing understanding of this complex problem.
Contribution
It provides an $O(kn^5)$ time algorithm for the k disjoint paths problem in planar graphs with terminals on a common face, addressing an open question in the field.
Findings
Algorithm works for terminals on a common face in planar graphs.
Progress towards solving the open problem in planar graph disjoint paths.
Enhances understanding of computational complexity in planar graph routing problems.
Abstract
Given pairs of terminals in a graph , the min-sum vertex-disjoint paths problem is to find a collection of vertex-disjoint paths with minimum total length, where is an -to- path between and . We consider the problem in planar graphs, where little is known about computational tractability, even in restricted cases. Kobayashi and Sommer propose a polynomial-time algorithm for in undirected planar graphs assuming all terminals are adjacent to at most two faces. Colin de Verdiere and Schrijver give a polynomial-time algorithm when all the sources are on the boundary of one face and all the sinks are on the boundary of another face and ask about the existence of a polynomial-time algorithm provided all terminals are on a common face. We make progress toward Colin…
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
TopicsAdvanced Graph Theory Research · Computational Geometry and Mesh Generation · Complexity and Algorithms in Graphs
