maxflow icon indicating copy to clipboard operation
maxflow copied to clipboard

A library that implements the maxflow-mincut algorithm.

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

Could you provide the example of usage for the more general graphs, where not all the nodes are necessarily connected to the source and sink? For example: source -> node0...

I have modified CMakeLists.txt to support the standard CMake build option BUILD_SHARED_LIBS=ON/OFF. This allows the user to select desired library type via a standard method at configuration time (needed if...

README.md and CHANGES mention `3.04` and `3.03, but CMakeLists.txt and git tags mention `3.0.4` and `3.0.5`. `3.04` and `3.0.4` are different, non-equal versions. This is confusing for packaging. The fact...

Instead of _exit_, the code should throw an exception or return an error message.