Re: [graph-tool] confused with minimize_nested_blockmodel_dl

2021-02-03 Thread Tiago de Paula Peixoto
Am 03.02.21 um 14:59 schrieb stephan: I'm learning to use minimize_nested_blockmodel_dl. I tried a 4 vertex graph that should result in two groups at the first level, but only one group is found. The code is below. I'm using v 2.35. Thanks, Stephan g = Graph() v0 = g.add_vertex() v1 =

[graph-tool] confused with minimize_nested_blockmodel_dl

2021-02-03 Thread stephan
I'm learning to use minimize_nested_blockmodel_dl. I tried a 4 vertex graph that should result in two groups at the first level, but only one group is found. The code is below. I'm using v 2.35. Thanks, Stephan g = Graph() v0 = g.add_vertex() v1 = g.add_vertex() v2 = g.add_vertex() v3 =