Using a geometric lens to find k disjoint shortest paths
Matthias Bentert, Andr\'e Nichterlein, Malte Renken, and Philipp, Zschoche

TL;DR
This paper introduces a geometric approach to solve the k-Disjoint Shortest Paths problem more efficiently and demonstrates its limitations through complexity hardness results.
Contribution
It presents an improved algorithm with a novel geometric perspective and refines the special case for k=2, while also proving W[1]-hardness for the problem.
Findings
New geometric algorithm with $n^{O(k!k)}$ complexity
Special case $k=2$ solved in $O(nm)$ time
Proved W[1]-hardness with respect to $k$
Abstract
Given an undirected -vertex graph and pairs of terminal vertices , the -Disjoint Shortest Paths (-DSP)-problem asks whether there are pairwise vertex-disjoint paths such that is a shortest --path for each . Recently, Lochet [SODA 2021] provided an algorithm that solves -DSP in time, answering a 20-year old question about the computational complexity of -DSP for constant . On the one hand, we present an improved -time algorithm based on a novel geometric view on this problem. For the special case on -edge graphs, we show that the running time can be further reduced to by small modifications of the algorithm and a refined analysis. On the other hand, we show that -DSP is W[1]-hard with respect to , showing that the dependency of the…
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.
