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.
- Implement SIMD f32x4 weight matrix