Skip to content

Zagrosss/maxflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maxflow

Maxflow is a collection of various algorithms for finding the maximum flow in a network, including some parallel solvers.

Build guide

A C++17 compliant compiler is needed to build Maxflow.

mkdir build && cd build
cmake .. && make
cd ..

Example usage

The maxflow binary reads a max flow problem in the DIMACS format and solves it using the specified algorithm. The Edmonds–Karp algorithm is used in the example below.

./maxflow ek -f example.inp

For the list of possible algorithms and other options, use:

./maxflow --help

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy