Defined in File Matcher.hpp
public NetworKit::Algorithm
(Class Algorithm)
public NetworKit::LocalMaxMatcher
(Class LocalMaxMatcher)
public NetworKit::PathGrowingMatcher
(Class PathGrowingMatcher)
public NetworKit::SuitorMatcher
(Class SuitorMatcher)
Abstract base class for matching algorithms.
Subclassed by NetworKit::LocalMaxMatcher, NetworKit::PathGrowingMatcher, NetworKit::SuitorMatcher
Public Functions
Constructor.
G – [in] Graph for which matching is to be computed.
Constructor.
G – [in] Graph for which matching is to be computed.
edgeScores – (optional) to be used instead of weights
Default destructor
Run the matching algorithm on the stored graph and return a matching.
A matching of the stored graph.