munkres

Crates.iomunkres
lib.rsmunkres
version0.5.2
sourcesrc
created_at2015-10-19 23:25:55.641738
updated_at2021-01-07 15:02:33.078412
descriptionKuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem in O(n^3)
homepage
repositoryhttps://github.com/mneumann/munkres-rs
max_upload_size
id3268
size38,919
Michael Neumann (mneumann)

documentation

README

munkres-rs Build Status

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
Commit count: 101

cargo fmt