aysylu / loom

Graph library for Clojure. Mailing list https://groups.google.com/forum/#!forum/loom-clj
http://aysy.lu/loom/
886 stars 108 forks source link

Add network simplex implementation #98

Closed drhops closed 7 years ago

drhops commented 7 years ago

For https://github.com/aysylu/loom/issues/97 and based on NetworkX's implementation found here: https://github.com/networkx/networkx/blob/master/networkx/algorithms/flow/networksimplex.py

aysylu commented 7 years ago

Looks great. Thanks for your contribution!