maxflow icon indicating copy to clipboard operation
maxflow copied to clipboard

An efficient C++ implementation of various sequential and parallel maximum flow algorithms.

Results 2 maxflow issues
Sort by recently updated
recently updated
newest added

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....