Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Very simple methods for all pairs network flow analysis
Gusfield D. SIAM Journal on Computing19 (1):143-155,1990.Type:Article
Date Reviewed: Feb 1 1991

Given a graph of n nodes, the Gomory-Hu cut tree represents the n(n−1)/2 minimum cuts between all pairs of nodes with only n−1 links of the cut tree. The Gomory-Hu method utilizes the existence of the n−1 noncrossing minimum cuts. A node contraction is used to reduce the complexity of the graph and to ensure that a minimum cut routine generates noncrossing cuts. The node contraction and the related data structure complicate the coding of the method, however. In many applications, the complexity of the coding hinders the adoption of this nice approach.

Gusfield elegantly simplifies the coding to construct the Gomory-Hu cut tree. He shows that for each crossing minimum cut, we can derive a corresponding noncrossing minimum cut by a simple neighborhood search. Therefore, the construction of the cut tree does not need to avoid the crossing cuts and thus does not have to perform the node contraction; this dramatically reduces the complexity of the coding. The proposed approach can easily be implemented by adding less than ten simple lines of code to any minimum cut routine.

A recent paper by Cheng and Hu proposes an ancestor tree that represents the n(n−1)/2 minimum cuts for any arbitrary cost function of the cuts [1]. The method does not depend on the existence of the noncrossing cuts. The algorithm and its application can also be found in Gusfield[2].

Reviewer:  C. K. Cheng Review #: CR123403
1) Cheng, C. K. and Hu, T. C. Maximum concurrent flows and minimum cuts. Algorithmica, to appear.
2) Gusfield, D. Faster detection of compromised data in 2-D tables. Technical Report cse-89-30, Division of Computer Science, University of California, Davis, CA, November 1989.
Bookmark and Share
 
Network Problems (G.2.2 ... )
 
 
Trees (G.2.2 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Network Problems": Date
The complexity of the residual node connectedness reliability problem
Sutner K., Satyanarayana A., Suffel C. SIAM Journal on Computing 20(1): 149-155, 1991. Type: Article
Mar 1 1992
Fast approximation algorithms for multicommodity flow problems
Leighton T., Stein C., Makedon F., Tardos É., Plotkin S., Tragoudas S.  Theory of computing (, New Orleans, LA, May 6-8, 1991)1111991. Type: Proceedings
Jul 1 1992
Computing the strength of a graph
Gusfield D. SIAM Journal on Computing 20(4): 639-654, 1991. Type: Article
Apr 1 1992
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy