Home
last modified time | relevance | path

Searched refs:weight_pmap (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/graph/test/
Dbellman-test.cpp47 property_map< Graph, edge_weight_t >::type weight_pmap in main() local
52 weight_pmap[*ei] = weight[i]; in main()
62 bool const r = bellman_ford_shortest_paths(g, int(numVertex), weight_pmap, in main()
92 weight_map(weight_pmap) in main()
/third_party/boost/libs/graph/example/
Dbellman-example.cpp77 property_map< Graph, int EdgeProperties::* >::type weight_pmap in main() local
81 weight_pmap[*ei] = weight[i]; in main()
90 bool r = bellman_ford_shortest_paths(g, int(N), weight_pmap, &parent[0], in main()
95 weight_map(weight_pmap) in main()