munkres-rs/README.md
2015-10-19 19:36:50 +02:00

346 B

munkres-rs Build Status

Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem written in Rust.

This is a modified port from https://github.com/bmc/munkres.