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 = g.add
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 = g.add