Defined in File Dijkstra.hpp
public NetworKit::SSSP
(Class SSSP)
Public Functions
Creates the Dijkstra class for G and the source node source.
G – The graph.
source – The source node.
storePaths – Paths are reconstructable and the number of paths is stored.
storeNodesSortedByDistance – Store a vector of nodes ordered in increasing distance from the source.
target – The target node.