Searched defs:brandes_shortest_paths (Results 1 – 1 of 1) sorted by relevance
593 struct brandes_shortest_paths { struct594 typedef typename property_traits<WeightMap>::value_type weight_type;596 brandes_shortest_paths() in brandes_shortest_paths() argument598 brandes_shortest_paths(weight_type delta) in brandes_shortest_paths() function600 brandes_shortest_paths(WeightMap w) in brandes_shortest_paths() argument602 brandes_shortest_paths(WeightMap w, weight_type delta) in brandes_shortest_paths() argument613 operator()(Graph& g, in operator ()()655 set_delta(const Graph& g) in set_delta()683 WeightMap weight;684 weight_type delta;