A simple students project implementing Dinic's Algorithm to compute the max flow/min cut of a network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Stefan Pranger b3ba9fcfaa removed unnecessary code 2 years ago
util changes to option parser output 2 years ago
.gitignore initial commit 2 years ago
CMakeLists.txt initial commit 2 years ago
Graph.cpp removed unnecessary code 2 years ago
Graph.h removed unnecessary code 2 years ago
main.cpp changes to option parser output 2 years ago