The Online Replacement Path Problem
David Adjiashvili, Marco Senatore

TL;DR
This paper introduces an online variant of the replacement path problem tailored for distributed networks and fault-tolerant systems, providing efficient algorithms to minimize worst-case travel times amid unknown edge failures.
Contribution
It presents a label setting algorithm for undirected graphs that efficiently solves the online replacement path problem with a single destination, extending to multiple failures.
Findings
Algorithm runs in O(m log n) time for undirected graphs.
Provides solutions for scenarios with multiple failed edges.
Optimizes worst-case arrival times under unknown failures.
Abstract
We study a natural online variant of the replacement path problem. The \textit{replacement path problem} asks to find for a given graph , two designated vertices and a shortest - path in , a \textit{replacement path} for every edge on the path . The replacement path is simply a shortest - path in the graph, which avoids the \textit{failed} edge . We adapt this problem to deal with the natural scenario, that the edge which failed is not known at the time of solution implementation. Instead, our problem assumes that the identity of the failed edge only becomes available when the routing mechanism tries to cross the edge. This situation is motivated by applications in distributed networks, where information about recent changes in the network is only stored locally, and fault-tolerant optimization, where an adversary tries to…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Privacy-Preserving Technologies in Data
