[graph-tool] installing certain commit of graph-tool

2020-05-20 Thread mvdnheuv
Hej, I was wondering if it is possible to install the graph-tool version from a certain commit. I need maximum cardinality matching with max weight and see that you implemented this very recently, after the 2.31 version was launched. I have successfully installed graph-tool through the ubuntu bash

Re: [graph-tool] Hierarchical Tree layout with transmission date

2020-05-20 Thread Soumaya Mauthoor
ok thanks for clarifying! Le mer. 20 mai 2020 à 08:55, Tiago de Paula Peixoto a écrit : > Am 16.05.20 um 17:59 schrieb sumau: > > It is possible to draw networks in hierarchical tree layout positioned by > > transmission date? > > > > Something similar to this: > > < > http://main-discussion-lis

Re: [graph-tool] Hierarchical Tree layout with transmission date

2020-05-20 Thread Tiago de Paula Peixoto
Am 16.05.20 um 17:59 schrieb sumau: > It is possible to draw networks in hierarchical tree layout positioned by > transmission date? > > Something similar to this: > > It's possible to provide

Re: [graph-tool] Remove all neighbors of a vertex

2020-05-20 Thread Tiago de Paula Peixoto
Am 20.05.20 um 04:35 schrieb Max: > I have a Graph with 20 vertices, i.e. the index is 0, 1, 2,...19. Vertex with > index 12 is connected with all other vertices except 3 and 15. I want to > remove vertex 12 and all its neighbors, that is I want to keep 3 and 5 in > the graph. What should I do? I t

[graph-tool] Remove all neighbors of a vertex

2020-05-20 Thread Max
I have a Graph with 20 vertices, i.e. the index is 0, 1, 2,...19. Vertex with index 12 is connected with all other vertices except 3 and 15. I want to remove vertex 12 and all its neighbors, that is I want to keep 3 and 5 in the graph. What should I do? I tried the remove_vertex() API, it seems the