Defined in File SpanningForest.hpp
public NetworKit::Algorithm
(Class Algorithm)
public NetworKit::KruskalMSF
(Class KruskalMSF)
public NetworKit::RandomSpanningForest
(Class RandomSpanningForest)
Base class for spanning forest/tree algorithms.
Subclassed by NetworKit::KruskalMSF, NetworKit::RandomSpanningForest
Public Functions
The generic run method which calls runImpl() and takes care of setting hasRun to the appropriate value.