summaryrefslogtreecommitdiff
path: root/networkx/algorithms/approximation/steinertree.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)Ross Barnowski2023-01-131-13/+13
* fix warnings for make doctest (#6323)Dan Schult2023-01-041-0/+1
* Add Mehlhorn Steiner approximations (#5629)Guy Aglionby2022-08-231-23/+136
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-061-2/+2
* Get steiner_tree to work with MultiGraphs by postprocessing (#4160)Dan Schult2020-08-151-13/+27
* Format w/ blackJarrod Millman2020-07-101-8/+8
* Remove unused importsJarrod Millman2019-10-181-1/+1
* Steiner tree not implemented for MultiGraph, see #3155 (#3160)Tom Russell2018-09-151-0/+1
* Add check to metric_closure for is_connected (#2996)Dan Schult2018-06-031-4/+15
* Add docs for steiner_tree and metric_closure (#2783)Dan Schult2017-12-021-3/+6
* Steiner tree and metric closure. (#2252)Naresh Peshwe2017-12-011-0/+75