Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem in O(n^3), written in Rust.
Go to file
Olle Jonsson 9a52140c0c README: Use SVG for shiny badge
- [ci skip]
2017-08-22 16:06:53 +02:00
src Remove unstable feature zero_one (Zero trait) 2016-07-16 13:40:13 +02:00
.gitignore Initial commit 2015-10-19 19:18:47 +02:00
.travis.yml Add travis 2015-10-19 19:28:06 +02:00
Cargo.toml Remove unstable feature zero_one (Zero trait) 2016-07-16 13:40:13 +02:00
LICENSE Initial import 2015-10-19 19:27:11 +02:00
README.md README: Use SVG for shiny badge 2017-08-22 16:06:53 +02:00
rustfmt.toml rustfmt 2015-11-29 16:31:50 +01:00

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.

TODO

  • Implement SIMD f32x4 weight matrix