Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem in O(n^3), written in Rust.
Go to file
2015-10-19 19:18:47 +02:00
.gitignore Initial commit 2015-10-19 19:18:47 +02:00
LICENSE Initial commit 2015-10-19 19:18:47 +02:00
README.md Initial commit 2015-10-19 19:18:47 +02:00

munkres-rs

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