Home
last modified time | relevance | path

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

/third_party/boost/boost/graph/distributed/
Dbetweenness_centrality.hpp593 struct brandes_shortest_paths { struct
594 typedef typename property_traits<WeightMap>::value_type weight_type;
596 brandes_shortest_paths() in brandes_shortest_paths() argument
598 brandes_shortest_paths(weight_type delta) in brandes_shortest_paths() function
600 brandes_shortest_paths(WeightMap w) in brandes_shortest_paths() argument
602 brandes_shortest_paths(WeightMap w, weight_type delta) in brandes_shortest_paths() argument
613 operator()(Graph& g, in operator ()()
655 set_delta(const Graph& g) in set_delta()
683 WeightMap weight;
684 weight_type delta;