#include <dijkstra_shortest_paths.hpp>
Static Public Member Functions | |
template<typename DistributedGraph , typename DijkstraVisitor , typename PredecessorMap , typename DistanceMap , typename Lookahead , typename WeightMap , typename IndexMap , typename Compare , typename Combine , typename DistInf , typename DistZero > | |
static void | run (const DistributedGraph &g, typename graph_traits< DistributedGraph >::vertex_descriptor s, PredecessorMap predecessor, DistanceMap distance, Lookahead lookahead, WeightMap weight, IndexMap index_map, ColorMap color_map, Compare compare, Combine combine, DistInf inf, DistZero zero, DijkstraVisitor vis) |
|
inlinestatic |
References boost::graph::detail::parallel_dijkstra_impl2< Lookahead >::run().
Referenced by boost::dijkstra_shortest_paths().