9a52140c0c
- [ci skip]
13 lines
393 B
Markdown
13 lines
393 B
Markdown
# munkres-rs [![Build Status][travis-image]][travis-link]
|
|
|
|
[travis-image]: https://travis-ci.org/mneumann/munkres-rs.svg?branch=master
|
|
[travis-link]: https://travis-ci.org/mneumann/munkres-rs
|
|
|
|
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
|