summaryrefslogtreecommitdiff
path: root/networkx/algorithms/flow/preflowpush.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-5/+9
* Format w/ black==20.8b1Jarrod Millman2020-10-061-12/+6
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-15/+15
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-1/+0
* Format w/ blackJarrod Millman2020-07-101-41/+44
* Convert %-format to fstringJarrod Millman2020-01-011-2/+2
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-5/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+0
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaƫl Schoentgen2019-01-081-1/+1
* Update docsJarrod Millman2017-08-181-3/+3
* Simplify base classes. (#2604)Dan Schult2017-08-121-26/+26
* Use peek(S) instead of next(iter(S)).Jeffrey Finkelstein2015-07-171-3/+9
* resolves issue #1542Tom Boothby2015-05-221-1/+1
* Remove legacy ford_fulkerson maximum flow functionysitu2014-08-051-1/+0
* Improve docstrings for flow functions.Jordi Torrents2014-05-221-0/+5
* Remove flow functions from the base NetworkX namespace.Jordi Torrents2014-05-221-0/+420