edmonds-blossom-fixed
Version:
Edmond's weighted maximum matching algorithm (Blossom algorithm) ported from http://jorisvr.nl/maximummatching.html
30 lines (29 loc) • 758 B
JSON
{
"name": "edmonds-blossom-fixed",
"version": "1.0.1",
"description": "Edmond's weighted maximum matching algorithm (Blossom algorithm) ported from http://jorisvr.nl/maximummatching.html",
"main": "app/blossom.js",
"keywords": [
"graph",
"directional graph",
"edmonds",
"maximum matching",
"blossom"
],
"scripts": {
"test": "./node_modules/.bin/jasmine-node spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattkrick/EdmondsBlossom.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattkrick/EdmondsBlossom/issues"
},
"homepage": "https://github.com/mattkrick/EdmondsBlossom#readme",
"devDependencies": {
"jasmine-node": "^1.14.5"
}
}