Hello, i want to use an algorithm called MaxWeightedMatching : Edmond's blossom shrinking algorithm for calculating maximum weighted matching in general graphs. I note that there is an algorithm in BGL called
- edmonds_maximum_cardinality_matching
but this is not what I want. I need to take in count the weights.
I would like to know if this algorithm can be taken in count in the next version of Boost or if you can tell
Thanks for your time.