summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_matching.py
Commit message (Expand)AuthorAgeFilesLines
* Increased test coverage algorithms/matching.py (#6095)Mjh91222022-10-311-1/+36
* Remove deprecated maxcardinality parameter from min_weight_matching (#6146)Ross Barnowski2022-10-311-4/+2
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+2
* Fix min_weight_matching to convert edge weights without reciprocal (#5394)Dan Schult2022-04-011-12/+18
* Update matching functions for error validation and speed (#4897)Dan Schult2022-02-181-4/+25
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-45/+45
* Add approximation algorithms for traveling salesman problem (#4607)Dan Schult2021-05-161-78/+105
* Verify edges are valid in is_matching() (#4638)Matthew Treinish2021-03-011-0/+8
* Format w/ blackJarrod Millman2020-07-101-94/+249
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-5/+5
* Remove unused importsJarrod Millman2019-10-121-3/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-29/+29
* Restore checking PyPy3 (#3514)Omer Katz2019-08-021-2/+4
* Add is_perfect_matching function (#2982)Alexander Condello2018-05-241-0/+34
* Pep8 fixesJarrod Millman2018-01-201-27/+28
* max_weight_matching returns set of edges (#2774)Aric Hagberg2017-11-261-53/+54
* Fixes tests for maximal matching.Jeffrey Finkelstein2016-02-231-74/+107
* Corrected eppstein matchingNishant Nikhil2016-02-051-59/+60
* Adding test for #1736Arafat2016-01-051-0/+14
* test for weight parameter in max_weight_matchingaureooms2015-08-121-36/+43
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-2/+2
* Bugfix to allow u-v or v-u ordering in edgesAric Hagberg2013-11-271-0/+17
* Fix for Python2.6 syntaxAric Hagberg2012-05-061-6/+6
* Add maximal_matching. Addresses #714Aric Hagberg2012-04-151-1/+38
* Switch tests to unittest stylearic2010-08-101-0/+210