Processing math: 100%

P435: Enumeration of all small cuts in a graph

P435: Enumeration of all small cuts in a graph
Input:
A weighted graph G and a real number k>1.
Output:
All minimum cuts of weights with less than kλ(G) in G.
Complexity:
O(m2n+n2km) time for any k>1 and O(m2n+mn2logn) time for k\textless43.
Comment:
λ(G) is the weight of a minimum cut of G.
Reference:
[Nagamochi1997] (Bibtex)