Defined in File BMatcher.hpp
public NetworKit::Algorithm
(Class Algorithm)
public NetworKit::BSuitorMatcher
(Class BSuitorMatcher)
Base class for b-matching algorithms.
Subclassed by NetworKit::BSuitorMatcher
Public Functions
Constructs a new BMatcher.
G – The graph to compute the b-matching on.
b – A vector of b-values for all nodes in the graph.
Runs the b-matching algorithm on the stored graph.