maxflow
maxflow copied to clipboard
Nodes in min s-t cut
Hi Jan,
Have you considered writing out the nodes in source set of min s-t cut along with the max-flow in DIMACS format? Attached is an example from Hochbaum's pseudoflow.
Regards, Rob
Hi Rob, thanks for the suggestion, I will try to implement it in the near future if I have the time.
So it means that current implementation does not give s-t cut information?
Currently only the value of the maximum flow is computed.