summaryrefslogtreecommitdiff
path: root/networkx/algorithms/approximation
Commit message (Expand)AuthorAgeFilesLines
* Fix steiner tree test (#5999)Guy Aglionby2022-09-271-1/+1
* Add Mehlhorn Steiner approximations (#5629)Guy Aglionby2022-08-232-45/+266
* Allow unsortable nodes in approximation.treewidth functions (#5921)Dan Schult2022-08-132-12/+18
* Fix #5817 (#5822)Matt Schwennesen2022-06-261-10/+4
* Temporary fix for failing tests w/ scipy1.9. (#5816)Ross Barnowski2022-06-251-1/+3
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0215-29/+38
* Moved random_spanning_tree to public API (#5656)Matt Schwennesen2022-06-012-316/+7
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-312-10/+8
* Cache edges, degree, adj properties of Graph classes (#5614)Dan Schult2022-05-111-2/+3
* Minor improvements from general code readthrough (#5414)Ross Barnowski2022-03-252-4/+2
* Update numpydoc (#5274)Jarrod Millman2022-01-241-0/+1
* Add Mypy type checking infrastructure (#5127)Ross Barnowski2021-11-172-83/+81
* Test on Python 3.10 (#4807)Jarrod Millman2021-10-241-0/+11
* Change exception varname e to err (#5130)Dan Schult2021-10-151-2/+2
* vertex_cover: Added support for self-loop nodes (#5104)Yossi Eliaz2021-10-072-6/+25
* Mark two atsp tests as slow. (#5040)Ross Barnowski2021-08-291-0/+2
* GSoC Asadpour ATSP Implementation Pull Request (#4740)Matt Schwennesen2021-08-232-38/+1481
* fix trouble with init_cycle argument to two TSP functions (#4938)Dan Schult2021-06-302-10/+17
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-084-5/+5
* Refactor testing utilities (#4829)Jarrod Millman2021-05-261-4/+4
* Fix Sphinx errors (#4817)Jarrod Millman2021-05-191-0/+3
* Add approximation algorithms for traveling salesman problem (#4607)Dan Schult2021-05-164-11/+1257
* rm nx import from docstring example. (#4738)Ross Barnowski2021-04-091-1/+0
* Updating average_clustering() documentation - Issue #4734 (#4735)Debargha Ganguly2021-04-091-0/+8
* Remove instances of random.sample from sets (deprecated in Python 3.9) (#4602)Ross Barnowski2021-03-251-2/+2
* Approximated Diameter (#4476)Andrea Tomassilli2021-01-123-0/+200
* Cliques on mutigraph/directed graph types (#4502)Andrea Tomassilli2021-01-126-75/+94
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-091-1/+0
* Fixed docs + added decorator for k_components approx (#4474)tom2020-12-201-3/+5
* Maxcut heuristics (#4138)Jonas Charfreitag2020-12-143-0/+194
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-1/+1
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-1/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-065-10/+10
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+2
* Get steiner_tree to work with MultiGraphs by postprocessing (#4160)Dan Schult2020-08-152-29/+42
* Format w/ blackJarrod Millman2020-07-1015-119/+199
* excluded self/recursive edges (#4037)adnanmuttaleb2020-07-072-11/+21
* Typo Hand should be Hans (#4025)Antoine-H2020-06-261-1/+1
* Fix exception causes and messages in 12 modules (#4012)Ram Rachum2020-06-221-2/+2
* Upgrade to Py36 syntaxJarrod Millman2020-01-017-24/+24
* Convert %-format to fstringJarrod Millman2020-01-012-4/+4
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Remove superfluous encoding informationJarrod Millman2019-11-119-9/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-1112-78/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-1/+1
* Remove unused importsJarrod Millman2019-10-183-5/+1
* PEP8 fixesJarrod Millman2019-10-183-31/+31
* PEP8 fixes to testsJarrod Millman2019-10-183-10/+10
* Replace eq_, ok_ with assertJarrod Millman2019-10-124-21/+16
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-122-22/+20