JSPM

edmonds-blossom-fixed

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2062
  • Score
    100M100P100Q119646F
  • License MIT

Edmond's weighted maximum matching algorithm (Blossom algorithm) ported from http://jorisvr.nl/maximummatching.html

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