munkres-rs/README.md
Olle Jonsson 9a52140c0c README: Use SVG for shiny badge
- [ci skip]
2017-08-22 16:06:53 +02:00

393 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.

TODO

  • Implement SIMD f32x4 weight matrix