10 Jan
2018
10 Jan
'18
5:05 p.m.
Hi, I have a large graph (800K vertices and 6e6 edges) and I am running the all_shortest_paths function with edge weights. The problem is that due to the size of the graph, there are probably millions of paths that qualify and the function fails with a "MemoryError" code. Is there a way to limit the number of shortest paths returned, or even better a version that returns an iterator and compute the paths as needed? Thanks -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/