An open API service indexing awesome lists of open source software.

https://github.com/devalone/pyflow

Library for working with flow network. Only maximum flow function is available yet
https://github.com/devalone/pyflow

flownetwork flownetwork-algorithms maximum-flow push-relabel

Last synced: 10 months ago
JSON representation

Library for working with flow network. Only maximum flow function is available yet

Awesome Lists containing this project

README

          

# pyflow

PyFlow is a small library for working with flow networks made during passing google's foobar challange. I wrote understandable code and hope anybody found it helpful.

Example of usage is in main.py file. Library works both on python 2 and python 3.