Class DynAlgorithm

Inheritance Relationships

Derived Types

Class Documentation

class DynAlgorithm

Subclassed by NetworKit::DynAPSP, NetworKit::DynApproxBetweenness, NetworKit::DynBetweenness, NetworKit::DynBetweennessOneNode, NetworKit::DynConnectedComponents, NetworKit::DynKatzCentrality, NetworKit::DynPrunedLandmarkLabeling, NetworKit::DynSSSP, NetworKit::DynTopHarmonicCloseness, NetworKit::DynWeaklyConnectedComponents

Public Functions

virtual ~DynAlgorithm() = default

Virtual default destructor

virtual void update(GraphEvent e) = 0

The generic update method for updating data structure after an update.

virtual void updateBatch(const std::vector<GraphEvent> &batch) = 0

The generic update method for updating data structure after a batch of updates.