Returns a set of edges such that no two edges share a common endpoint and every edge not in the set shares some common endpoint in the set.
Parameters : | graph : NetworkX graph
|
---|---|
Returns : | min_maximal_matching : set
|
References
[R107] | Vazirani, Vijay Approximation Algorithms (2001) |