Parameterized Shortest Path Reconfiguration
Nicolas Bousquet, Kshitij Gajjar, Abhiruk Lahiri, Amer E. Mouawad
TL;DR
This work analyzes the parameterized complexity of Shortest Path Reconfiguration (SPR) and Shortest Shortest Path Reconfiguration (SSPR) under token jumping and token sliding. It establishes W[1]-hardness for SPR parameterized by the path length $k$ and for SSPR parameterized by $k+\ell$, via a reduction from Regular Multicolored Clique, and strengthens this to graphs of constant degeneracy; on the positive side, it proves FPT when parameterized by $\ell$ on nowhere-dense graphs and by structural parameters treedepth, cluster deletion number, and modular width. The paper also discusses a foundational, constant-structure approach: leveraging gadgets, buffers, and collapses to encode clique instances and to control token movement, ensuring the reductions preserve parameter bounds. These results delineate the tractability frontier for SPR/SSPR, highlighting the potential for FO-model checking and modular-decomposition-based kernels in restricted graph classes while leaving open the status for feedback vertex set parameterization. Overall, the work clarifies when reconfiguring shortest paths remains feasible and when it becomes intractable, guiding future algorithm design for network design and related reconfiguration tasks.
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 $st$-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 \ell denotes the length of a reconfiguration sequence from P to Q. We complement our hardness result by establishing the fixed-parameter tractability of SPR parameterized by \ell and restricted to nowhere-dense classes of graphs. Additionally, we establish fixed-parameter tractability of SPR when parameterized by the treedepth, by the cluster-deletion number, or by the modular-width of the input graph.
