kalexmills / flownet

Flow network solver implemented in Go; handles max-flow and circulations with node and edge demands via a push-relabel algorithm.
MIT License
2 stars 1 forks source link
circulation-with-demands flow-networks go go-library golang golang-library max-flow maximum-flow maximum-flow-solver

flownet

Go Report Card Go Reference

Code for maximum-flow and two of its more interesting variants, circulations and transshipments.