summaryrefslogtreecommitdiff
path: root/networkx/algorithms/covering.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-2/+2
* added examples to covering.py (#5646)Lukong1232022-05-171-0/+13
* Fix min_edge_cover in special cases (#5538) and correct documentation (#5549)Dan Schult2022-04-191-21/+33
* Format w/ blackJarrod Millman2020-07-101-9/+10
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-6/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Pep8 fixesJarrod Millman2018-01-201-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* max_weight_matching returns set of edges (#2774)Aric Hagberg2017-11-261-2/+5
* Update copyrightJarrod Millman2017-07-251-1/+1
* Added Minimum Edge Cover Functionality (#1915)Nishant Nikhil2016-07-271-0/+117