HavoqGT
single_source_shortest_path.hpp File Reference
#include <havoqgt/visitor_queue.hpp>
#include <queue>
Include dependency graph for single_source_shortest_path.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  havoqgt::mpi::sssp_queue< Visitor >
 
class  havoqgt::mpi::sssp_visitor< Graph, PathData, EdgeWeight >
 

Namespaces

 havoqgt
 
 havoqgt::mpi
 

Functions

template<typename TGraph , typename PathData , typename EdgeWeight >
void havoqgt::mpi::single_source_shortest_path (TGraph &g, PathData &path_data, EdgeWeight &edge_data, typename TGraph::vertex_locator s)