EdmondsBlossom
Edmond's maximum weighted matching algorithm (Blossom algorithm) in O(n^3)
This is a clone of https://github.com/mattkrick/EdmondsBlossom but with fixed variable declarations
Edmond's weighted maximum matching algorithm (Blossom algorithm) ported from http://jorisvr.nl/maximummatching.html
Edmond's maximum weighted matching algorithm (Blossom algorithm) in O(n^3)
This is a clone of https://github.com/mattkrick/EdmondsBlossom but with fixed variable declarations