Defined in File DynPrunedLandmarkLabeling.hpp
public NetworKit::PrunedLandmarkLabeling
(Class PrunedLandmarkLabeling)
public NetworKit::DynAlgorithm
(Class DynAlgorithm)
Dynamic pruned landmark labeling.
Public Functions
Dynamic Pruned Landmark Labeling algorithm based on the paper “Fully Dynamic 2-Hop Cover
Labeling “ from D’Angelo et al., ACM JEA 2019. The algorithm computes distance labels by performing pruned breadth-first searches from each vertex. Distance labels can be updated efficiently after edge insertions.
Note
this algorithm ignores edge weights and only supports edge insertions.
G – The input graph.
Updates the distance labels after an edge insertion on the graph.
Note
supports only edge insertions.
e – The edge insertion.
Not implemented. The algorithm does not support batch updates.
Note
This function is not implemented.