Am 09.03.22 um 12:50 schrieb Snehal Shekatkar:
Both these operations, especially the first one, is expensive. Also, `g.edge(u,v)` seems to return only one edge without any information about which one it is. How can I solve this problem?
Just call: g.edge(u, v, all_edges=True) -- Tiago de Paula Peixoto <[email protected]> _______________________________________________ graph-tool mailing list -- [email protected] To unsubscribe send an email to [email protected]
