#algorithm #optimization #assignment #problem #solving #aka #kuhn-munkres

munkres

Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem in O(n^3)

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

Download history 49/week @ 2024-03-11 20/week @ 2024-03-18 73/week @ 2024-04-01 217/week @ 2024-04-08 39/week @ 2024-04-15 18/week @ 2024-04-22 10/week @ 2024-04-29 98/week @ 2024-05-06 32/week @ 2024-05-13 29/week @ 2024-05-20 33/week @ 2024-06-03 62/week @ 2024-06-10 34/week @ 2024-06-17 45/week @ 2024-06-24

174 downloads per month
Used in 3 crates (2 directly)

BSD-3-Clause

37KB
1K SLoC

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

Dependencies

~1.5MB
~27K SLoC