An Exponential Time Parameterized Algorithm for Planar Disjoint Paths
Daniel Lokshtanov, Pranabendu Misra, Michal Pilipczuk, Saket Saurabh, and Meirav Zehavi

TL;DR
This paper presents the first fixed-parameter tractable algorithm for the Planar Disjoint Paths problem with single exponential dependence on the parameter k, improving previous double exponential algorithms.
Contribution
It introduces a novel algorithm with runtime 2^{O(k^2)}n^{O(1)} for Planar Disjoint Paths, advancing towards single exponential algorithms for broader graph classes.
Findings
Achieved a 2^{O(k^2)}n^{O(1)}-time algorithm for Planar Disjoint Paths.
First to improve the exponential dependence from double to single exponential for this problem.
Provides a foundational step towards single exponential algorithms for Disjoint Paths on general graphs.
Abstract
In the Disjoint Paths problem, the input is an undirected graph on vertices and a set of vertex pairs, , and the task is to find pairwise vertex-disjoint paths connecting to . The problem was shown to have an algorithm by Robertson and Seymour. In modern terminology, this means that Disjoint Paths is fixed parameter tractable (FPT), parameterized by the number of vertex pairs. This algorithm is the cornerstone of the entire graph minor theory, and a vital ingredient in the algorithm for Minor Testing (given two undirected graphs, and on and vertices, respectively, the objective is to check whether contains as a minor). All we know about and is that these are computable functions. Thus, a challenging open problem in graph algorithms is to devise an algorithm for Disjoint Paths where is…
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
TopicsComplexity and Algorithms in Graphs · Cryptography and Data Security · Advanced Graph Theory Research
