English

Network Unreliability in Almost-Linear Time

Data Structures and Algorithms 2025-04-01 v1

Abstract

The network unreliability problem asks for the probability that a given undirected graph gets disconnected when every edge independently fails with a given probability pp. Valiant (1979) showed that this problem is \#P-hard; therefore, the best we can hope for are approximation algorithms. In a classic result, Karger (1995) obtained the first FPTAS for this problem by leveraging the fact that when a graph disconnects, it almost always does so at a near-minimum cut, and there are only a small (polynomial) number of near-minimum cuts. Since then, a series of results have obtained progressively faster algorithms to the current bound of m1+o(1)+O~(n3/2)m^{1+o(1)} + \tilde{O}(n^{3/2}) (Cen, He, Li, and Panigrahi, 2024). In this paper, we obtain an m1+o(1)m^{1+o(1)}-time algorithm for the network unreliability problem. This is essentially optimal, since we need O(m)O(m) time to read the input graph. Our main new ingredient is relating network unreliability to an {\em ideal} tree packing of spanning trees (Thorup, 2001).

Keywords

Cite

@article{arxiv.2503.23526,
  title  = {Network Unreliability in Almost-Linear Time},
  author = {Ruoxu Cen and Jason Li and Debmalya Panigrahi},
  journal= {arXiv preprint arXiv:2503.23526},
  year   = {2025}
}

Comments

To appear in STOC 2025

R2 v1 2026-06-28T22:39:41.516Z