Shortest Odd Paths in Undirected Graphs with Conservative Weight Functions
Alp\'ar J\"uttner, Csaba Kir\'aly, Lydia Mirabel Mendoza-Cadena, Gyula, Pap, Ildik\'o Schlotter, Yutaro Yamaguchi

TL;DR
This paper presents a polynomial-time algorithm for finding shortest odd paths in undirected graphs with conservative weights when negative edges form a tree, and introduces fixed-parameter tractable algorithms based on negative edges and treewidth.
Contribution
It provides the first polynomial-time solution for a special case of the long-standing open problem and introduces two FPT algorithms based on negative edges and graph treewidth.
Findings
Polynomial-time algorithm for conservative weights with negative edges forming a tree.
Two FPT algorithms parameterized by negative edges and treewidth.
Establishes a strong connection between shortest odd paths and disjoint path problems.
Abstract
We consider the Shortest Odd Path problem, where given an undirected graph , a weight function on its edges, and two vertices and in , the aim is to find an -path with odd length and, among all such paths, of minimum weight. For the case when the weight function is conservative, i.e., when every cycle has non-negative total weight, the complexity of the Shortest Odd Path problem had been open for 20 years, and was recently shown to be NP-hard. We give a polynomial-time algorithm for the special case when the weight function is conservative and the set of negative-weight edges forms a single tree. Our algorithm exploits the strong connection between Shortest Odd Path and the problem of finding two internally vertex-disjoint paths between two terminals in an undirected edge-weighted graph. It also relies on solving an intermediary problem variant called Shortest…
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 · Complexity and Algorithms in Graphs · Optimization and Search Problems
