Tiago Peixoto
Tiago Peixoto
## What is this Python project? Graph-tool is an efficient [Python](https://www.python.org/) module for manipulation and statistical analysis of [graphs](https://en.wikipedia.org/wiki/Graph_%28mathematics%29) (a.k.a. [networks](https://en.wikipedia.org/wiki/Network_theory)). ## What's the difference between this Python project and...
Some graphs cause maximum_weighted_matching() to segfault due to a stack overflow when unit weights are used. Please see minimal example linked below which is a simple modification of the standard...
This fixes a bug when num_vertices() returns a value that does not match the actual number of vertices. This happens for instances of filtered_graph. The fix involves looping over the...
--- Please check all the boxes that apply: - [x] I can submit this contribution in agreement with the [Copyright Policy](https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin). - [x] I have certified the above via adding...
#### Description ###### Type(s) - [x] bugfix - [x] enhancement - [ ] security fix ###### Tested on macOS x.y Xcode x.y / Command Line Tools x.y.z ###### Verification Have...