petgraph
0.6.5
Module matching
Structs
Functions
In petgraph::algo
Module
petgraph
::
algo
::
matching
Copy item path
source
·
[
−
]
Structs
§
MatchedEdges
MatchedNodes
Matching
Computed
matching
of the graph.
Functions
§
greedy_matching
[Generic] Compute a
matching
using a greedy heuristic.
maximum_matching
[Generic] Compute the
maximum matching
using
Gabow’s algorithm
.