Parametric Shortest Paths in a Linearly Interpolated Graph
Jacob Sriraman, Eli Barton, Brittany Terese Fasy, David L. Millman, Brendan Mumey, Nate Rengo, Braeden Sopp, Vasishta Tumuluri, Binhai Zhu

TL;DR
This paper introduces an efficient method to compute all parametric shortest paths in a linearly interpolated graph, enabling quick queries and handling multiple path variations across the parameter range.
Contribution
The authors develop a data structure that computes all distinct parametric shortest paths in a linearly interpolated graph efficiently, with query time logarithmic in the number of paths.
Findings
Data structure construction time is Θ(k|E| log |V|)
Query time for shortest paths is Θ(log k)
Handles multiple path variations over parameter range efficiently
Abstract
We consider the parametric shortest paths problem in a linearly interpolated graph. Given two positively-weighted directed graphs and the linearly interpolated graph is the family of graphs , parameterized by . The problem is to compute all distinct parametric shortest paths. We compute a data structure in time, where~ is the number of distinct parametric shortest paths over all~ that exist for a nontrivial interval of parameters, each corresponding to a linear function in a maximal sub-interval of . Using this data structure, a shortest path query takes~ time.
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.
