Package Exports
- edmonds-blossom-fixed
- edmonds-blossom-fixed/app/blossom.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (edmonds-blossom-fixed) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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