Planar Disjoint Shortest Paths is Fixed-Parameter Tractable
Micha{\l} Pilipczuk, Giannos Stamoulis, Micha{\l} W{\l}odarczyk

TL;DR
This paper proves that the Planar Disjoint Shortest Paths problem is fixed-parameter tractable on planar graphs with positive weights, providing an efficient algorithm with improved parameter dependency over previous work.
Contribution
It introduces the first fixed-parameter tractable algorithm for Planar Disjoint Shortest Paths with a better parameter dependence than existing algorithms for the general Disjoint Paths problem.
Findings
Algorithm runs in $2^{O(k\log k)}\cdot n^{O(1)}$ time
Problem is W[1]-hard in general but tractable on planar graphs
Improves parameter dependency from $2^{O(k^2)}$ to $2^{O(k\log k)}$
Abstract
In the Disjoint Shortest Paths problem one is given a graph and a set of vertex pairs. The question is whether there exist vertex-disjoint paths in so that each is a shortest path between and . While the problem is known to be W[1]-hard in general, we show that it is fixed-parameter tractable on planar graphs with positive edge weights. Specifically, we propose an algorithm for Planar Disjoint Shortest Paths with running time . Notably, our parameter dependency is better than state-of-the-art for the Planar Disjoint Paths problem, where the sought paths are not required to be shortest paths.
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
TopicsAlgorithms and Data Compression · Data Management and Algorithms · DNA and Biological Computing
