summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/tests/test_connectivity.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-2/+2
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+5
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-5/+1
* Format w/ blackJarrod Millman2020-07-101-29/+65
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Improve test coverageJarrod Millman2019-12-311-45/+63
* PEP8 fixes to testsJarrod Millman2019-10-181-8/+8
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-8/+8
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-100/+58
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-13/+14
* Make tests deterministic in connectivity/ (#3220)Dan Schult2018-11-041-5/+5
* Deleted tests that were hidden due to name clash. (#2867)Mads Jensen2018-02-171-1/+1
* Pep8 fixesJarrod Millman2018-01-201-19/+45
* Removed unused imports (#2653)James Lamb2017-10-011-1/+1
* Add Boykov Kolmogorov algorithm for maximum flow problems.Jordi Torrents2016-05-061-0/+1
* Merge pull request #1978 from jtorrents/dinitzDan Schult2016-04-261-9/+11
|\
| * Add Dinitz algorithm to connectivity tests.Jordi Torrents2016-04-241-9/+11
* | Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-6/+6
|/
* Fix all_pairs_node_connectivity results dict. Fixes #1406.Jordi Torrents2015-03-151-8/+59
* Remove legacy ford_fulkerson maximum flow functionysitu2014-08-051-2/+0
* Adapt connectivity package to the removal of flow_funcs from namespace.Jordi Torrents2014-05-221-4/+3
* Add test to check edge connectivity against stoer_wagner.Jordi Torrents2014-05-161-0/+10
* Use dict for returning all pairs node connectivity.Jordi Torrents2014-05-151-0/+50
* Fix test for edge_connectivity missing target.Jordi Torrents2014-05-121-1/+1
* Added checks for only source or only target specified.Jordi Torrents2014-05-121-0/+10
* Remove local connectivity/cut functions from the base namespace.Jordi Torrents2014-05-031-6/+12
* Improve auxiliary digraphs for connectivity functions.Jordi Torrents2014-05-021-0/+5
* Add cutoff test for local connectivity functions.Jordi Torrents2014-04-301-1/+12
* Refactor connectivity package.Jordi Torrents2014-04-291-70/+149
* Move dominating set code to separate packageAric Hagberg2013-07-281-19/+11
* Tests for node connectivityAric Hagberg2013-07-281-1/+25
* Add new module for flow based connectivity and cut algorithmsJordi Torrents2012-07-211-0/+145