English

Reconfiguring Shortest Paths in Graphs

Data Structures and Algorithms 2021-12-15 v1 Artificial Intelligence Discrete Mathematics

Abstract

Reconfiguring two shortest paths in a graph means modifying one shortest path to the other by changing one vertex at a time so that all the intermediate paths are also shortest paths. This problem has several natural applications, namely: (a) revamping road networks, (b) rerouting data packets in synchronous multiprocessing setting, (c) the shipping container stowage problem, and (d) the train marshalling problem. When modelled as graph problems, (a) is the most general case while (b), (c) and (d) are restrictions to different graph classes. We show that (a) is intractable, even for relaxed variants of the problem. For (b), (c) and (d), we present efficient algorithms to solve the respective problems. We also generalize the problem to when at most kk (for a fixed integer k2k\geq 2) contiguous vertices on a shortest path can be changed at a time.

Keywords

Cite

@article{arxiv.2112.07499,
  title  = {Reconfiguring Shortest Paths in Graphs},
  author = {Kshitij Gajjar and Agastya Vibhuti Jha and Manish Kumar and Abhiruk Lahiri},
  journal= {arXiv preprint arXiv:2112.07499},
  year   = {2021}
}

Comments

28 pages, 14 figures. To be presented at AAAI 2022

R2 v1 2026-06-24T08:17:00.329Z