summaryrefslogtreecommitdiff
path: root/networkx/algorithms/approximation/dominating_set.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-1/+1
* Format w/ blackJarrod Millman2020-07-101-3/+2
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-6/+0
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaƫl Schoentgen2019-01-081-1/+1
* Correct documentation wording for min_weighted_dominating_set (#3031)Dan Schult2018-06-281-1/+1
* Update docsJarrod Millman2017-08-181-2/+2
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Fixes some minor documentation issues (approximation algorithm subpackage) (#...Michael Seifert2017-06-201-5/+5
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-1/+1
* Fix latexAric Hagberg2015-06-131-4/+4
* Fixes approximate dominating set greedy choice.Jeffrey Finkelstein2015-06-071-54/+72
* Fix errors in docs.Aric Hagberg2013-01-041-5/+5
* update doc strings for approximation moduleNicholas Mancuso2012-10-061-17/+33
* add docstringAric Hagberg2012-05-061-2/+4
* Fix some syntax to work with Python2.6Aric Hagberg2012-05-061-3/+3
* Add dominating set problem.Aric Hagberg2012-04-151-0/+96