Near Optimal Sized Weight Tolerant Subgraph for Single Source Shortest Path
Diptarka Chakraborty, Debarati Das

TL;DR
This paper introduces a method to construct sparse subgraphs that preserve shortest path distances from a source under bounded weight increments, addressing a gap in fault-tolerant network design with novel bounds and constraints.
Contribution
It presents the first study of constructing sparse subgraphs that maintain distances under weight increments, with tight bounds and practical constraints on edge weights.
Findings
Constructed subgraph with at most e*(k-1)!*2^k*n edges
Proved a lower bound of c*2^k*n edges for such subgraphs
Showed the necessity of integer weight restrictions for preserving distances
Abstract
In this paper we address the problem of computing a sparse subgraph of a weighted directed graph such that the exact distances from a designated source vertex to all other vertices are preserved under bounded weight increment. Finding a small sized subgraph that preserves distances between any pair of vertices is a well studied problem. Since in the real world any network is prone to failures, it is natural to study the fault tolerant version of the above problem. Unfortunately, it turns out that there may not always exist such a sparse subgraph even under single edge failure [Demetrescu \emph{et al.} '08]. However in real applications it is not always the case that a link (edge) in a network becomes completely faulty. Instead, it can happen that some links become more congested which can easily be captured by increasing weight on the corresponding edges. Thus it makes sense to try 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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Interconnection Networks and Systems
