Skip to content

Parallel and Sequential implementations of Dinic's, Push-Relabel and Genetic algorithms for solving the graph maxflow problem.

Notifications You must be signed in to change notification settings

KatiaVi/418MaxFloProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

418MaxFloProject

Parallel and Sequential implementations of Dinic's, Push-Relabel and Genetic algorithms for solving the graph maxflow problem.

How to Build Project:

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

How to run (runs main.cpp):

To Run All Maxflow Algorithms

In the directory where you created the build directory:

./maxflow

To Run a Specific Maxflow Algorithm

In the directory where you created the build directory: (i.e. sequential dinics)

./maxflow -seq dinics

(i.e. parallel push relabel)

./maxflow -par pushrelabel

About

Parallel and Sequential implementations of Dinic's, Push-Relabel and Genetic algorithms for solving the graph maxflow problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published