Defined in File IncompleteSSSP.hpp
public NetworKit::IncompleteDijkstra
(Class IncompleteDijkstra)
Abstract base class for single-source shortest path algorithms that return the nodes in order of increasing distance from the source and do not necessarily need to compute all distances.
Subclassed by NetworKit::IncompleteDijkstra
Public Functions
Returns whether there is a next-nearest node or all of the nodes reachable from the source have already been processed.
Returns the next-nearest node from the source and its distance to the source. Should only be called if hasNext() returns true.