Open lucaparmigiani opened 3 years ago
This is NOT the official repository of graph-tool! It's a clone someone made over 9 years ago!
The actual repository is here: https://git.skewed.de/count0/graph-tool
If you want the developers to actually see your issues, please post there!
This works as intedeed
But this doesn't
The segmentation fault appears also if I do
g.add_vertex(3)
and then plot withgraph_draw
. But works withg.add_vertex(5)
(also using 4 cause it to seg fault).