Processing math: 100%

P99: Enumeration of all quasi (s,K) cuts in a directed graph

P99: Enumeration of all quasi (s,K) cuts in a directed graph
Input:
A directed graph G=(V,E) , sV and KV{s}.
Output:
All quasi (s,K) cutsets in G.
Complexity:
O(|E|) time per cut.
Comment:
An \textit{(s,K)-cut} is defined to be any cut (X,Y) for which sX and KY. A \textit{Quasi (s,K) cut} is an edge set that is strong (s,A)-cutsets for some AK and A.
Reference:
[Provan1996] (Bibtex)