Index
Problem list
Graph
Cut
References
TODO list
P92
: Enumeration of all $(s, t)$-cuts in a directed graph
P92
:
Enumeration of all $(s, t)$-cuts in a directed graph
Input:
A directed graph $G = (V, E)$ and two vertices $s, t$ in $G$.
Output:
All $(s, t)$-cuts in $G$.
Complexity:
$O(|E|)$ time per cut.
Comment:
Reference:
[
Provan1996
] (
Bibtex
)