summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/tests/test_kcutsets.py
Commit message (Expand)AuthorAgeFilesLines
* Lint using Ruff (#6371)danieleades2023-02-191-1/+1
* Remove deprecated function nx.info (#5759)Mridul Seth2022-06-211-1/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-6/+1
* Update string formatJarrod Millman2020-01-011-1/+1
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-6/+6
* Convert %-format to fstringJarrod Millman2020-01-011-1/+1
* Refactor testsJarrod Millman2019-11-191-0/+2
* Update styleJarrod Millman2019-11-191-23/+18
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-121-2/+2
* tracking down use of deprecated functionsDan Schult2019-10-121-1/+2
* Remove unused importsJarrod Millman2019-10-121-1/+1
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-14/+14
* Make tests deterministic in connectivity/ (#3220)Dan Schult2018-11-041-5/+5
* Speed up kcut and kcomponent tests (#3108)Dan Schult2018-08-011-14/+10
* Fix bugs in all_node_cuts, address #3025 (#3039)Haochen Wu2018-07-241-5/+12
* Remove automatic processing of G.name attribute (#2829)Dan Schult2018-01-141-4/+0
* Dictionary comprehensions from #1700 merged conflicts (#2768)Dan Schult2017-11-251-2/+2
* Removed unused imports (#2653)James Lamb2017-10-011-1/+0
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Some changes to reduce the really long parts of tests (#2561)Dan Schult2017-08-021-3/+5
* Comply with pep8Jarrod Millman2017-07-251-54/+56
* Use random_powerlaw_tree_sequence instead of powerlaw_sequenceJarrod Millman2017-07-251-1/+1
* Remove create_degree_sequence deprecated in 2013Jarrod Millman2017-07-251-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-6/+9
|\
| * Add Dinitz algorithm to connectivity tests.Jordi Torrents2016-04-241-6/+9
* | Fix all_node_cuts corner cases: cycle and complete graphs.Jordi Torrents2016-02-051-0/+24
|/
* Add debug info for a pypy Travis frailure that cannot reproduce localy.Jordi Torrents2015-04-271-0/+4
* Never repeat node cut sets in all_node_cuts output.Jordi Torrents2015-03-121-0/+12
* Improve coverage for kcutsets.py.Jordi Torrents2015-03-061-1/+34
* Move is_connected test into all_node_cuts.Jordi Torrents2015-03-061-1/+7
* Add all minimum-size k node cutsets algorithm.Jordi Torrents2015-03-051-0/+188