Home
last modified time | relevance | path

Searched defs:shortest_paths (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/graph/distributed/
Dbetweenness_centrality.hpp707 ShortestPaths shortest_paths, in do_brandes_sssp()
963 ShortestPaths shortest_paths, in brandes_betweenness_centrality_impl()
1051 ShortestPaths shortest_paths, in do_sequential_brandes_sssp()
1120 ShortestPaths shortest_paths, in non_distributed_brandes_betweenness_centrality_impl()
1244 shortest_paths(delta); in brandes_betweenness_centrality() local
1273 graph::parallel::detail::brandes_shortest_paths<WeightMap> shortest_paths(weight_map, delta); in brandes_betweenness_centrality() local
1453 detail::graph::brandes_unweighted_shortest_paths shortest_paths; in non_distributed_brandes_betweenness_centrality() local
1481 detail::graph::brandes_dijkstra_shortest_paths<WeightMap> shortest_paths(weight_map); in non_distributed_brandes_betweenness_centrality() local
/third_party/boost/boost/graph/
Dbetweenness_centrality.hpp321 VertexIndexMap vertex_index, ShortestPaths shortest_paths) in brandes_betweenness_centrality_impl()
410 detail::graph::brandes_unweighted_shortest_paths shortest_paths; in brandes_betweenness_centrality() local
431 detail::graph::brandes_dijkstra_shortest_paths< WeightMap > shortest_paths( in brandes_betweenness_centrality() local