Partially Disjoint k Shortest Paths
Yefim Dinitz, Shlomi Dolev, Manish Kumar, Baruch Schieber

TL;DR
This paper explores the problem of finding multiple shortest paths in a graph with limited shared edges, focusing on near-shortest and exactly shortest paths, and extends results to multi-criteria weighted graphs.
Contribution
It introduces a new parameterized approach to the k shortest paths problem, considering the number of non-shared edges among paths, and generalizes to multi-criteria scenarios.
Findings
Analyzed paths with limited shared edges.
Extended results to multi-criteria weighted graphs.
Provided algorithms for near-shortest and exact shortest paths.
Abstract
A solution of the shortest paths problem may output paths that are identical up to a single edge. On the other hand, a solution of the independent shortest paths problem consists of paths that share neither an edge nor an intermediate node. We investigate the case in which the number of edges that are not shared among any two paths in the output -set is a parameter. We study two main directions: exploring \emph{near-shortest} paths and exploring \emph{exactly shortest paths}. We assume that the weighted graph has no parallel edges and that the edge lengths (weights) are positive. Our results are also generalized to the cases of shortest paths where there are several weights per edge, and the results should take into account the multi-criteria prioritized weight.
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 · Graph Labeling and Dimension Problems · Optimization and Packing Problems
