bakert/blossom-php

Edmonds's Blossom Algorithm in PHP

v1.0.0 2024-10-10 16:07 UTC

This package is auto-updated.

Last update: 2025-06-10 17:47:30 UTC


README

Edmonds's Blossom Algorithm in PHP

See the extensive comments in MaxWeightMatching.php for usage/how it works.

Install

$ composer require bakert/blossom-php

Dev

$ composer install
$ vendor/bin/phpunit tests