cugraph
cugraph copied to clipboard
Implement MNMG Weighted Matching approximation algorithm
https://web.archive.org/web/20081031230449id_/http://www.ii.uib.no/~fredrikm/fredrik/papers/CP75.pdf defines a parallel implementation of the weighted matching problem.
Create an MNMG C++ implementation that approximates the solution of the weighted matching problem.