Home
last modified time | relevance | path

Searched refs:predecessor_map (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/boost/graph/
Ddijkstra_shortest_paths_no_color_map.hpp30 PredecessorMap predecessor_map, DistanceMap distance_map, in dijkstra_shortest_paths_no_color_map_no_init() argument
101 = relax_target(current_edge, graph, weight_map, predecessor_map, in dijkstra_shortest_paths_no_color_map_no_init()
135 PredecessorMap predecessor_map, DistanceMap distance_map, in dijkstra_shortest_paths_no_color_map() argument
151 put(predecessor_map, current_vertex, current_vertex); in dijkstra_shortest_paths_no_color_map()
159 predecessor_map, distance_map, weight_map, index_map, distance_compare, in dijkstra_shortest_paths_no_color_map()
176 dummy_property_map predecessor_map; in dijkstra_no_color_map_dispatch2() local
184 get_param(params, vertex_predecessor), predecessor_map), in dijkstra_no_color_map_dispatch2()
Dbipartite.hpp301 predecessor_map_t predecessor_map(predecessors.begin(), index_map); in find_odd_cycle() local
307 put(predecessor_map, *vertex_iter, *vertex_iter); in find_odd_cycle()
322 predecessor_map, on_tree_edge()))))))); in find_odd_cycle()
337 next = predecessor_map[current]; in find_odd_cycle()
346 next = predecessor_map[current]; in find_odd_cycle()
Dprim_minimum_spanning_tree.hpp69 params.predecessor_map(p_map), in prim_minimum_spanning_tree()
78 predecessor_map(p_map).weight_map(get(edge_weight, g)), in prim_minimum_spanning_tree()
Drandom_spanning_tree.hpp127 boost::graph::keywords::tag::predecessor_map >::type pred_map in random_spanning_tree()
Dastar_search.hpp437 boost::graph::keywords::tag::predecessor_map, in astar_search()
504 boost::graph::keywords::tag::predecessor_map, in astar_search_tree()
559 boost::graph::keywords::tag::predecessor_map, in astar_search_no_init()
623 boost::graph::keywords::tag::predecessor_map, in astar_search_no_init_tree()
/third_party/boost/libs/graph/test/
Ddijkstra_cc.cpp75 dijkstra_shortest_paths(g, s, predecessor_map(pred).weight_map(weight)); in main()
78 g, s, predecessor_map(pred).weight_map(weight)); in main()
94 g, s, predecessor_map(pred).vertex_index_map(index)); in main()
97 g, s, predecessor_map(pred).vertex_index_map(index)); in main()
Drandom_spanning_tree_test.cpp81 random_spanning_tree(g, gen, predecessor_map(pred)); in main()
84 random_spanning_tree(g, gen, predecessor_map(pred)); in main()
88 random_spanning_tree(g, gen, predecessor_map(pred).weight_map(weight)); in main()
Ddijkstra_no_color_map_compare.cpp60 predecessor_map(default_predecessor_map) in run_dijkstra_test()
64 predecessor_map(no_color_map_predecessor_map) in run_dijkstra_test()
Dmax_flow_algorithms_bundled_properties_and_named_params.cpp61 .predecessor_map(pred)); in BOOST_AUTO_TEST_CASE()
Dcycle_canceling_test.cpp64 .predecessor_map( in BOOST_AUTO_TEST_CASE()
Dfiltered_graph_properties_dijkstra.cpp95 boost::predecessor_map(&predecessors[0]).weight_map(rEvaluator)); in dijkstra()
Dsuccessive_shortest_path_nonnegative_weights_test.cpp62 .predecessor_map( in BOOST_AUTO_TEST_CASE()
Dbellman-test.cpp95 .predecessor_map(boost::make_iterator_property_map( in main()
Dfloyd_warshall_test.cpp154 .predecessor_map(dummy_map)); in acceptance_test()
350 .predecessor_map(dummy_map)); in acceptance_test2()
/third_party/boost/boost/graph/distributed/
Deager_dijkstra_shortest_paths.hpp202 const PredecessorMap& predecessor_map, in lookahead_dijkstra_queue() argument
207 predecessor_map(predecessor_map), in lookahead_dijkstra_queue()
219 predecessor_value(get(predecessor_map, x))); in push()
320 put(predecessor_map, vertex, p.second); in receive_update()
328 PredecessorMap predecessor_map; member in boost::graph::distributed::detail::lookahead_dijkstra_queue
Dcrauser_et_al_shortest_paths.hpp232 const PredecessorMap& predecessor_map, in crauser_et_al_dijkstra_queue() argument
249 predecessor_map(predecessor_map), in crauser_et_al_dijkstra_queue()
263 predecessor_value(get(predecessor_map, x))); in push()
397 put(predecessor_map, vertex, p.second); in receive_update()
409 PredecessorMap predecessor_map; member in boost::graph::distributed::detail::crauser_et_al_dijkstra_queue
/third_party/boost/libs/graph/example/
Dbellman-ford-internet.cpp60 .predecessor_map(&parent[0])); in main()
Dmin_max_paths.cpp86 distance_map(&d[0]).predecessor_map(&p[0]).distance_compare( in main()
Ddijkstra-no-color-map-example.cpp53 predecessor_map(boost::make_iterator_property_map( in main()
Ddijkstra-example.cpp49 predecessor_map(boost::make_iterator_property_map( in main()
Ddijkstra-example-listS.cpp67 dijkstra_shortest_paths(g, s, predecessor_map(p).distance_map(d)); in main()
Dospf-example.cpp80 dijkstra_shortest_paths(g, router_six, predecessor_map(&parent[0])); in main()
Dbellman-example.cpp97 .predecessor_map(&parent[0])); in main()
Dastar-cities.cpp209 predecessor_map( in main()
Ddave.cpp219 .predecessor_map(make_iterator_property_map( in main()

12