14 Oct
2013
14 Oct
'13
12:03 p.m.
Stupid question.. but Im probably missing something! Is it possible for the same Edge Weighted graph... graph_tool.search.dijkstra_search(g_DirG, dist_map=temp_dist, source=g_DirG.vertex(i), weight=eprop_ang_weight) graph_tool.topology.shortest_distance(g_DirG, dist_map=temp_dist, source=g_DirG.vertex(i), weights=eprop_ang_weight) the shortest_distance run a lot faster than dijkstra... I assume sort-dist is using dijkstra with some visitor to do the job. How is that possible? T -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.