Shortest two disjoint paths in conservative graphs
Ildik\'o Schlotter

TL;DR
This paper introduces a polynomial-time algorithm for finding two disjoint shortest paths in undirected graphs with conservative edge weights, specifically when negative edges form a limited number of trees, extending the class of tractable instances.
Contribution
The paper presents the first polynomial-time solution for the Shortest Two Disjoint Paths problem with conservative weights under the condition that negative edges form a constant number of trees.
Findings
The algorithm efficiently solves the problem for graphs with a limited number of negative-weight trees.
It extends the class of graphs where the problem is tractable despite negative weights.
The problem remains NP-hard in general, but is solvable in polynomial time under the specified conditions.
Abstract
We consider the following problem that we call the Shortest Two Disjoint Paths problem: given an undirected graph with edge weights , two terminals and in , find two internally vertex-disjoint paths between and with minimum total weight. As shown recently by Schlotter and Seb\H{o} (2022), this problem becomes NP-hard if edges can have negative weights, even if the weight function is conservative, there are no cycles in with negative total weight. We propose a polynomial-time algorithm that solves the Shortest Two Disjoint Paths problem for conservative weights in the case when the negative-weight edges form a constant number of trees in .
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.
