9 releases (5 breaking)
0.5.2 | Jan 7, 2021 |
---|---|
0.5.1 | Apr 7, 2019 |
0.4.0 | Jan 30, 2018 |
0.3.0 | Jul 16, 2016 |
0.0.2 | Oct 20, 2015 |
#1860 in Algorithms
174 downloads per month
Used in 3 crates
(2 directly)
37KB
1K
SLoC
munkres-rs
Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem written in Rust. Time complexity is O(n^3).
This is a modified port from https://github.com/bmc/munkres.
TODO
- Implement SIMD f32x4 weight matrix
Dependencies
~1.5MB
~27K SLoC