max_weight_matching
Enter search terms or a module, class or function name.
Find a maximal matching in the graph.
graph : NetworkX graph
Undirected graph
matching : set of edges.
A maximal mathing of the graph.