Processing math: 100%
Index
Problem list
Graph
Cut
References
TODO list
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
(
m
2
n
+
n
2
k
m
)
time for any
k
>
1
and
O
(
m
2
n
+
m
n
2
log
n
)
time for
k
\textless
4
3
.
Comment:
λ
(
G
)
is the weight of a minimum cut of
G
.
Reference:
[
Nagamochi1997
] (
Bibtex
)