Defined in File DynBetweenness.hpp
public NetworKit::Centrality
(Class Centrality)
public NetworKit::DynAlgorithm
(Class DynAlgorithm)
Dynamic APSP.
Public Functions
Runs static betweenness centrality algorithm on the initial graph.
Updates the betweenness centralities after an edge insertions on the graph. Notice: it works only with edge insertions.
e – The edge insertions.
Updates the betweenness centralities after a batch of edge insertions on the graph. Notice: it works only with edge insertions.
batch – The batch of edge insertions.