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
- Host: GitHub
- URL: https://github.com/devalone/pyflow
- Owner: DevAlone
- Created: 2017-10-03T19:06:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T19:23:09.000Z (about 8 years ago)
- Last Synced: 2025-01-14T14:26:38.666Z (11 months ago)
- Topics: flownetwork, flownetwork-algorithms, maximum-flow, push-relabel
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.