[graph-tool] How can I know a specific edge from a Graph?

2020-07-21 Thread spolo96
Hello everyone, I'm having a hard time dealing with multiple edges in a graph with the use of gt.shortest_path with negative weights. This is a simple code that creates a simple graph in order to show my problem: g70 = gt.Graph() edge_weight = g70.new_edge_property("double")

Re: [graph-tool] n_iter with parallel edges allowed

2020-07-21 Thread Tiago de Paula Peixoto
Am 20.07.20 um 13:08 schrieb Snehal Shekatkar: > If I set "model = 'configuration'" and "parallel_edges = True, > self_loops = True", will "n_inter = 1" suffice? Yes. -- Tiago de Paula Peixoto ___ graph-tool mailing list graph-tool@skewed.de