Module matching

Module matching 

Source

Structs§

MatchedEdges
MatchedNodes
Matching
Computed matching of the graph.

Functions§

greedy_matching
Compute a matching using a greedy heuristic.
maximum_matching
Compute the maximum matching using Gabow’s algorithm.