Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

NetworkFlows

python Implementation of maximum flow algorithm from Network flows book by Ahuja, Magnanti, Orlin.

Specifically, three algorithms namely Preflow-push, Capacity Scaling and Shortest Path augmenting for maximum-flow problem are implemented.

  • Network.py contains the data structure to represent the network

  • algorithms.py contains the three algorithms

  • run_script.py contains the random generation of networks

About

Implementation of maximum flow algorithm from Network flows book by Ahuja, Magnanti, Orlin

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages