1 May
2007
1 May
'07
12:52 p.m.
A quick note to say my original code was wrong in another way: distances = graph.add_edge_property('float') should be: distances = graph.add_vertex_property('float') Thanks again, John.