Parameterized Shortest Path Reconfiguration
Nicolas Bousquet, Kshitij Gajjar, Abhiruk Lahiri, Amer E., Mouawad

TL;DR
This paper investigates the computational complexity of reconfiguring shortest s-t paths in graphs, revealing hardness results in general and fixed-parameter tractability in specific graph classes, advancing understanding of path reconfiguration problems.
Contribution
It demonstrates W[1]-hardness of the problem in bounded degeneracy graphs and establishes fixed-parameter tractability for certain graph parameters and classes.
Findings
W[1]-hardness when parameterized by path length and reconfiguration sequence length
Fixed-parameter tractability on nowhere-dense graph classes
FPT results for treedepth, cluster-deletion number, and modular-width
Abstract
An st-shortest path, or st-path for short, in a graph G is a shortest (induced) path from s to t in G. Two st-paths are said to be adjacent if they differ on exactly one vertex. A reconfiguration sequence between two st-paths P and Q is a sequence of adjacent st-paths starting from P and ending at Q. Deciding whether there exists a reconfiguration sequence between two given -paths is known to be PSPACE-complete, even on restricted classes of graphs such as graphs of bounded bandwidth (hence pathwidth). On the positive side, and rather surprisingly, the problem is polynomial-time solvable on planar graphs. In this paper, we study the parameterized complexity of the Shortest Path Reconfiguration (SPR) problem. We show that SPR is W[1]-hard parameterized by k + \ell, even when restricted to graphs of bounded (constant) degeneracy; here k denotes the number of edges on an st-path, and…
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
TopicsEmbedded Systems Design Techniques · Graph Theory and Algorithms · Interconnection Networks and Systems
