I need to find the minimum cut on a graph. I\'ve been reading about flow networks, but all I can find are maximum flow algorithms such as Ford-Fulkerson, push-relabel, etc.
So, to give the exact procedure how to obtain the minimum cut:
1 Graph in which the capacity of an edge is defined like it's original capacity minus its flow (flow from the maximum flow network).