The all-pairs min cut (APMC) problem on a nonnegative edge-weighted graph is to find, for each pair of nodes, a min cut that separates the pair. Gomory and Hu (1961) presented a structural characterization of collections of cuts that solve the APMC problem. We show how the APMC problem can be genera
All-Pairs Min-Cut in Sparse Networks
β Scribed by Srinivasa R Arikati; Shiva Chaudhuri; Christos D Zaroliagis
- Publisher
- Elsevier Science
- Year
- 1998
- Tongue
- English
- Weight
- 355 KB
- Volume
- 29
- Category
- Article
- ISSN
- 0196-6774
No coin nor oath required. For personal study only.
β¦ Synopsis
Algorithms are presented for the all-pairs min-cut problem in bounded treewidth, planar, and sparse networks. The approach used is to preprocess the input n-vertex network so that afterward, the value of a min-cut between any two vertices can be efficiently computed. A tradeoff is shown between the preprocessing time and the time taken to compute min-cuts subsequently. In particular, after an Ε½ . O n log n preprocessing of a bounded tree-width network, it is possible to find the value of a min-cut between any two vertices in constant time. This implies that for Ε½ 2 . such networks the all-pairs min-cut problem can be solved in time O n . This algorithm is used in conjunction with a graph decomposition technique of Frederickson to obtain algorithms for sparse and planar networks. The running times depend upon a topological property, β₯ , of the input network. The parameter β₯ Ε½ . Ε½ . varies between 1 and β° n ; the algorithms perform well when β₯ s o n . The value Ε½ 2 . of a min-cut can be found in time O n q β₯ log β₯ and all-pairs min-cut can be Ε½ 2 4 . solved in time O n q β₯ log β₯ for sparse networks.
π SIMILAR VOLUMES
The all pairs minimum cuts problem in a capacitated undirected network is well known. Gomory and Hu showed that the all pairs minimum cuts are revealed by a min-cut tree that can be obtained by solving exactly (n -1) maximum ow problems, where n is the number of nodes in the network. In this paper
The overall min-cut problem in a capacitated undirected network is well known. Recently Stoer and Wagner gave an elegant algorithm for finding such a cut. In this paper we present a parametric analysis of such a cut where the capacity of an arc {i, j } in the network is given by min{b ij , Ξ»}, where