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) , s∈V and K⊆V∖{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 s∈X and K∩Y≠∅. A \textit{Quasi (s,K) cut} is an edge set that is strong (s,A)-cutsets for some A⊆K and A≠∅.