English

How Vulnerable is an Undirected Planar Graph with respect to Max Flow

Data Structures and Algorithms 2023-05-05 v3

Abstract

We study the problem of computing the vitality of edges and vertices with respect to the stst-max flow in undirected planar graphs, where the vitality of an edge/vertex is the stst-max flow decrease when the edge/vertex is removed from the graph. This allows us to establish the vulnerability of the graph with respect to the stst-max flow. We give efficient algorithms to compute an additive guaranteed approximation of the vitality of edges and vertices in planar undirected graphs. We show that in the general case high vitality values are well approximated in time close to the time currently required to compute stst-max flow O(nloglogn)O(n\log\log n). We also give improved, and sometimes optimal, results in the case of integer capacities. All our algorithms work in O(n)O(n) space.

Keywords

Cite

@article{arxiv.2201.13099,
  title  = {How Vulnerable is an Undirected Planar Graph with respect to Max Flow},
  author = {Lorenzo Balzotti and Paolo G. Franciosa},
  journal= {arXiv preprint arXiv:2201.13099},
  year   = {2023}
}

Comments

20 pages, 13 figures

R2 v1 2026-06-24T09:10:20.705Z