English

Improved Shortest Path Restoration Lemmas for Multiple Edge Failures: Trade-offs Between Fault-tolerance and Subpaths

Data Structures and Algorithms 2024-03-06 v2 Combinatorics

Abstract

The restoration lemma is a classic result by Afek, Bremler-Barr, Kaplan, Cohen, and Merritt [PODC '01], which relates the structure of shortest paths in a graph GG before and after some edges in the graph fail. Their work shows that, after one edge failure, any replacement shortest path avoiding this failing edge can be partitioned into two pre-failure shortest paths. More generally, this implies an additive tradeoff between fault tolerance and subpath count: for any f,kf, k, we can partition any ff-edge-failure replacement shortest path into k+1k+1 subpaths which are each an (fk)(f-k)-edge-failure replacement shortest path. This generalized result has found applications in routing, graph algorithms, fault tolerant network design, and more. Our main result improves this to a multiplicative tradeoff between fault tolerance and subpath count. We show that for all f,kf, k, any ff-edge-failure replacement path can be partitioned into O(k)O(k) subpaths that are each an (f/k)(f/k)-edge-failure replacement path. We also show an asymptotically matching lower bound. In particular, our results imply that the original restoration lemma is exactly tight in the case k=1k=1, but can be significantly improved for larger kk. We also show an extension of this result to weighted input graphs, and we give efficient algorithms that compute path decompositions satisfying our improved restoration lemmas.

Keywords

Cite

@article{arxiv.2309.07964,
  title  = {Improved Shortest Path Restoration Lemmas for Multiple Edge Failures: Trade-offs Between Fault-tolerance and Subpaths},
  author = {Greg Bodwin and Lily Wang},
  journal= {arXiv preprint arXiv:2309.07964},
  year   = {2024}
}

Comments

18 pages, 6 figures