31 Mar
2010
31 Mar
'10
1:13 p.m.
hello. My graph is an: typedef adjacency_list < mapS, vecS, undirectedS, my_vertexProperty, property < edge_weight_t, float > > Graph; I have 100 edges, and I also have an array with 100 weights. How do I assign weight[i] to edge[i], and how do I create a weightmap to use in dijkstra_shortest_paths()? Thanks a lot AC