Defined in File AffectedNodes.hpp
public NetworKit::Algorithm
(Class Algorithm)
Public Functions
Constructs the AffectedNodes class for a given graph G and a graph event event. The run() method computes the set of affected nodes, their distance to the edge modification and, in the case of an edge insertion, an upper bound for the improvement of the harmonic closeness centrality of each affected node.
G – The graph.
event – The graph event.
Computes the set of affected nodes.
Returns the distances to the edge modification for each node.
The distances to the edge modification for each node
Returns the level-based improvement bounds for each affected node.
The improvement upper bound for each affected node, indexed by node ID
Public Members