12 Oct
2019
12 Oct
'19
4:33 p.m.
Hi Thiago. Thanks for the answer. Can I allow parallel edges? I tried this code, but it didn't work:
import graph_tool.all as gt kin = [11, 22, 0] kout = [11, 0, 22] g = gt.random_graph(3, lambda i: (kin[i], kout[i]),parallel_edges=True, self_loops=False) gt.graph_draw(g)
Thanks again! Alvaro -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/