summaryrefslogtreecommitdiff
path: root/networkx/algorithms/flow/gomory_hu.py
Commit message (Expand)AuthorAgeFilesLines
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-3/+3
* Format w/ blackJarrod Millman2020-07-101-8/+7
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Fix documentation issues for exceptions in a few placesSøren Fuglede Jørgensen2019-11-091-2/+2
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Add last 7 lines of Gomory-hu algorithm Fixes #3293 (#3614)Dan Schult2019-10-011-3/+11
* Update copyrightJarrod Millman2019-03-301-1/+1
* Pep8 fixesJarrod Millman2018-01-201-5/+5
* Update copyrightJarrod Millman2018-01-201-1/+1
* Refactor set_node_attributes() and set_edge_attributes() (#2553)Michael E. Rose2017-07-261-1/+1
* Add Gomory-Hu tree representation of undirected graphs. (#2425)Jordi Torrents2017-06-281-0/+180