Skip to content

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

Notifications You must be signed in to change notification settings

aryandeshwal/NetworkFlows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages