Network flow is an excellent approach to finding min-cuts in network because of the celebrated maxflow/min-cut theorem. For a long time, however, it has not been a practical circuit partitioning method for its relatively high computational complexity. Algorithm FBB is the first one to apply network
A fast hypergraph min-cut algorithm for circuit partitioning
โ Scribed by Wai-Kei Mak; D.F. Wong
- Publisher
- Elsevier Science
- Year
- 2000
- Tongue
- English
- Weight
- 215 KB
- Volume
- 30
- Category
- Article
- ISSN
- 0167-9260
No coin nor oath required. For personal study only.
โฆ Synopsis
Circuit partitioning is one of the central problems in VLSI system design. The primary objective of circuit partitioning is to minimize the number of interconnections between di!erent components of the partitioned circuit. So the circuit partitioning problem is closely related to the minimum cut problem. Recently, two very fast algorithms for computing minimum cuts in graphs were reported (Nagamochi and Ibaraki; SIAM J. Discrete Math. 5 (1) (1992) 54; Stoer and Wagner, J. ACM 44 (4) (1997) 585). However, it is known that a circuit netlist cannot be accurately modeled by a graph, but only by a hypergraph. In this paper, we present the fastest algorithm known today for computing a minimum cut in a hypergraph which is a non-trivial extension of the result in Stoer and Wagner (J. ACM 44 (4) (1997) 586). Since the netlist of a circuit can be modeled naturally as a hypergraph, this opens the opportunity for "nding very-high-quality solutions for the circuit partitioning problem. Unlike most minimum cut algorithms which rely on #ow computations in a network, ours is a non-#ow-based algorithm.
๐ SIMILAR VOLUMES