Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vertex_cover: Added support for self-loop nodes (#5104) | Yossi Eliaz | 2021-10-07 | 1 | -4/+10 |
* | Remove superfluous encoding information | Jarrod Millman | 2019-11-11 | 1 | -1/+0 |
* | Remove boiler plate from top of modules | Jarrod Millman | 2019-11-11 | 1 | -7/+0 |
* | Correct docstring for weight parameter (#2781) | Bradley Ellert | 2017-12-01 | 1 | -1/+1 |
* | Use dollar sign for inline math | Jarrod Millman | 2017-08-14 | 1 | -5/+5 |
* | Support digraphs in approximate min vertex cover | Jeffrey Finkelstein | 2016-03-21 | 1 | -38/+55 |
* | Remove edges_iter, G.edges() now returns an iterator instead of list | Mridul Seth | 2015-06-17 | 1 | -1/+1 |
* | Fix errors in docs. | Aric Hagberg | 2013-01-04 | 1 | -2/+2 |
* | update doc strings for approximation module | Nicholas Mancuso | 2012-10-06 | 1 | -4/+10 |
* | Fix some syntax to work with Python2.6 | Aric Hagberg | 2012-05-06 | 1 | -2/+2 |
* | Add vertex cover approximation algorithm. | Aric Hagberg | 2012-04-15 | 1 | -0/+59 |