Home
last modified time | relevance | path

Searched refs:closed_plus (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/graph/
Drelax.hpp23 template < class T > struct closed_plus struct
27 closed_plus() : inf((std::numeric_limits< T >::max)()) {} in closed_plus() argument
28 closed_plus(T inf) : inf(inf) {} in closed_plus() function
128 typedef closed_plus< D > Combine; in relax()
Dastar_search.hpp468 closed_plus< D > default_combine(inf); in astar_search()
470 boost::graph::keywords::tag::distance_combine, closed_plus< D >& >::type in astar_search()
526 closed_plus< D > default_combine(inf); in astar_search_tree()
528 boost::graph::keywords::tag::distance_combine, closed_plus< D >& >::type in astar_search_tree()
590 closed_plus< D > default_combine(inf); in astar_search_no_init()
592 boost::graph::keywords::tag::distance_combine, closed_plus< D >& >::type in astar_search_no_init()
645 closed_plus< D > default_combine(inf); in astar_search_no_init_tree()
647 boost::graph::keywords::tag::distance_combine, closed_plus< D >& >::type in astar_search_no_init_tree()
Dbellman_ford_shortest_paths.hpp161 get_param(params, distance_combine_t()), closed_plus< D >()), in bellman_dispatch2()
178 get_param(params, distance_combine_t()), closed_plus< D >()), in bellman_dispatch2()
Djohnson_all_pairs_shortest.hpp151 closed_plus< WT >(), (std::numeric_limits< WT >::max)(), zero); in johnson_all_pairs_shortest_paths()
168 get_param(params, distance_combine_t()), closed_plus< WT >()), in johnson_dispatch()
Dfloyd_warshall_shortest.hpp158 closed_plus< WM >(inf)), in floyd_warshall_init_dispatch()
176 closed_plus< WM >(inf)), in floyd_warshall_noninit_dispatch()
Ddag_shortest_paths.hpp95 get_param(params, distance_combine_t()), closed_plus< D >(inf)), in dag_sp_dispatch2()
Dbetweenness_centrality.hpp92 closed_plus< distance_type > combine; in edge_not_relaxed()
/third_party/boost/libs/graph/example/
Ddag_shortest_paths.cpp63 closed_plus< int > combine; in main()
Dmin_max_paths.cpp82 std::greater< int >(), closed_plus< int >(), in main()
Dospf-example.cpp77 indexmap, std::less< int >(), closed_plus< int >(), in main()
Dbellman-example.cpp91 &distance[0], closed_plus< int >(), std::less< int >(), in main()
/third_party/boost/libs/graph/test/
Dbellman-test.cpp67 closed_plus< int >(), std::less< int >(), default_bellman_visitor()); in main()
Ddijkstra_heap_performance.cpp148 std::less< double >(), boost::closed_plus< double >(), in main()
/third_party/boost/boost/graph/distributed/
Deager_dijkstra_shortest_paths.hpp412 closed_plus<distance_type>(), in eager_dijkstra_shortest_paths()
Dcrauser_et_al_shortest_paths.hpp629 closed_plus<distance_type>(), in crauser_et_al_shortest_paths()