Template Function NetworKit::Traversal::callDijkstraHandle

Function Documentation

template<class F>
auto NetworKit::Traversal::callDijkstraHandle(F &f, node u, edgeweight dist) -> decltype(f(u, dist))

Calls the given Dijkstra handle with distance parameter

Calls the given Dijkstra handle without distance parameter