VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::BasicIncrementalSSSP< Graph > Class Template Reference

#include <sssp.hpp>

Public Member Functions

 BasicIncrementalSSSP (Graph &g, VertexId source)
 
const std::vector< std::uint64_t > & distances () const noexcept
 
void apply (const UpdateBatch &batch)
 
void recompute ()
 

Detailed Description

template<class Graph>
class velographx::BasicIncrementalSSSP< Graph >

Definition at line 15 of file sssp.hpp.

Constructor & Destructor Documentation

◆ BasicIncrementalSSSP()

template<class Graph >
velographx::BasicIncrementalSSSP< Graph >::BasicIncrementalSSSP ( Graph &  g,
VertexId  source 
)
inline

Definition at line 17 of file sssp.hpp.

References velographx::BasicIncrementalSSSP< Graph >::recompute().

Member Function Documentation

◆ apply()

template<class Graph >
void velographx::BasicIncrementalSSSP< Graph >::apply ( const UpdateBatch batch)
inline

◆ distances()

template<class Graph >
const std::vector< std::uint64_t > & velographx::BasicIncrementalSSSP< Graph >::distances ( ) const
inlinenoexcept

Definition at line 19 of file sssp.hpp.

◆ recompute()


The documentation for this class was generated from the following file: