|
template<typename Graph , typename MinInWeightMap , typename WeightMap , typename Inf , typename Compare > |
void | boost::graph::distributed::detail::initialize_min_in_weights (const Graph &g, MinInWeightMap min_in_weight, WeightMap weight, Inf inf, Compare compare, directed_tag, incidence_graph_tag) |
|
template<typename Graph , typename MinInWeightMap , typename WeightMap , typename Inf , typename Compare > |
void | boost::graph::distributed::detail::initialize_min_in_weights (const Graph &g, MinInWeightMap min_in_weight, WeightMap weight, Inf inf, Compare compare, directed_tag, bidirectional_graph_tag) |
|
template<typename Graph , typename MinInWeightMap , typename WeightMap , typename Inf , typename Compare > |
void | boost::graph::distributed::detail::initialize_min_in_weights (const Graph &, MinInWeightMap, WeightMap, Inf, Compare, undirected_tag, bidirectional_graph_tag) |
|
template<typename Graph , typename MinOutWeightMap , typename WeightMap , typename Compare > |
void | boost::graph::distributed::detail::initialize_min_out_weights (const Graph &g, MinOutWeightMap min_out_weight, WeightMap weight, Compare compare) |
|
template<typename DistributedGraph , typename DijkstraVisitor , typename PredecessorMap , typename DistanceMap , typename WeightMap , typename IndexMap , typename ColorMap , typename Compare , typename Combine , typename DistInf , typename DistZero > |
void | boost::graph::distributed::crauser_et_al_shortest_paths (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, PredecessorMap predecessor, DistanceMap distance, WeightMap weight, IndexMap index_map, ColorMap color_map, Compare compare, Combine combine, DistInf inf, DistZero zero, DijkstraVisitor vis) |
|
template<typename DistributedGraph , typename PredecessorMap , typename DistanceMap , typename WeightMap > |
void | boost::graph::distributed::crauser_et_al_shortest_paths (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, PredecessorMap predecessor, DistanceMap distance, WeightMap weight) |
|
template<typename DistributedGraph , typename PredecessorMap , typename DistanceMap > |
void | boost::graph::distributed::crauser_et_al_shortest_paths (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, PredecessorMap predecessor, DistanceMap distance) |
|