summaryrefslogtreecommitdiff
path: root/networkx/algorithms/flow/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix negative edge cycle function raising exception for empty graph (#6473)Purvi Chaurasia2023-03-111-1/+1
* Lint using Ruff (#6371)danieleades2023-02-193-9/+9
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* Tested boykov_kolmogorov and dinitz with cutoff (#6104)Paula Pérez Bianchi2022-10-201-1/+10
* Update which flow functions support the cutoff argument (#6085)Paula Pérez Bianchi2022-10-191-19/+19
* Remove gpickle (#5773)Jarrod Millman2022-06-163-4/+14
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-025-20/+34
* Use sets instead of lists for collecting flowfuncs in tests. (#5589)Ross Barnowski2022-04-271-6/+6
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-171-1/+1
* Style changes (#5022)Dan Schult2021-08-141-8/+2
* Use pytest.approx (#4827)Jarrod Millman2021-05-211-2/+1
* restructured networksimplex.py and added test_networksimplex.py (#4685)Harshal Dupare2021-05-191-0/+383
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-10/+2
* Format w/ blackJarrod Millman2020-07-102-443/+487
* Remove trailing spacesJarrod Millman2020-07-101-1/+1
* Update string formatJarrod Millman2020-01-012-36/+44
* Upgrade to Py36 syntaxJarrod Millman2020-01-012-3/+2
* Refactor testsJarrod Millman2019-11-192-0/+3
* Update styleJarrod Millman2019-11-192-66/+65
* Remove superfluous encoding informationJarrod Millman2019-11-113-3/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-4/+0
* PEP8 fixesJarrod Millman2019-10-181-3/+3
* PEP8 fixes to testsJarrod Millman2019-10-184-11/+11
* Replace eq_, ok_ with assertJarrod Millman2019-10-122-12/+9
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-7/+7
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-122-42/+43
* reduce warnings for deprecated functionsDan Schult2019-10-121-2/+2
* Remove unused importsJarrod Millman2019-10-122-2/+2
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-124-147/+137
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Added gomory hu testIssa Moradnejad2019-01-121-0/+11
* stop infinite loop in min_cost_flow (#3029)Dan Schult2018-06-281-0/+12
* Deleted a duplicated test_random_graph in bipartite.tests.test_genera… (#2790)Mads Jensen2018-02-021-1/+1
* Pep8 fixesJarrod Millman2018-01-204-187/+189
* Dictionary comprehensions from #1700 merged conflicts (#2768)Dan Schult2017-11-252-4/+4
* Simplify base classes. (#2604)Dan Schult2017-08-121-4/+4
* Some changes to reduce the really long parts of tests (#2561)Dan Schult2017-08-021-4/+12
* remove print statement from test (#2569)Mridul Seth2017-07-311-1/+0
* Refactor set_node_attributes() and set_edge_attributes() (#2553)Michael E. Rose2017-07-263-8/+8
* Add Gomory-Hu tree representation of undirected graphs. (#2425)Jordi Torrents2017-06-281-0/+111
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-265-0/+1
* Refactor Dinitz' algorithm implementation.Jordi Torrents2016-07-231-4/+8
* Merge pull request #2122 from jtorrents/boykov-kolmogorovJordi Torrents2016-07-232-2/+4
|\
| * Add Boykov Kolmogorov algorithm for maximum flow problems.Jordi Torrents2016-05-062-2/+4
* | Merge remote-tracking branch 'refs/remotes/networkx/master'thegreathippo2016-05-012-3/+33
|\ \ | |/
| * Merge pull request #1978 from jtorrents/dinitzDan Schult2016-04-262-3/+33
| |\
| | * Add Dinitz' algorithm for maximum flow problems.Jordi Torrents2016-02-042-3/+33
* | | Remove attr_dict from DiGraph add_node, add_edgethegreathippo2016-05-011-7/+14
|/ /
* | Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-7/+7
|/
* Added spaces after commas.boothby2015-05-221-3/+3