Defined in File DynAPSP.hpp
public NetworKit::APSP
(Class APSP)
public NetworKit::DynAlgorithm
(Class DynAlgorithm)
Dynamic APSP.
Public Functions
initialize distances and Pred by repeatedly running the Dijkstra2 algorithm
Updates the pairwise distances after an edge insertions on the graph. Notice: it works only with edge insertions.
e – The edge insertions.
Updates the pairwise distances after a batch of edge insertions on the graph. Notice: it works only with edge insertions.
batch – The batch of edge insertions.