#algorithm #optimization #assignment #aka #solving #problem #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

#1257 in Algorithms

Download history 1/week @ 2024-10-22 21/week @ 2024-10-29 38/week @ 2024-11-05 60/week @ 2024-11-12 125/week @ 2024-11-19 73/week @ 2024-11-26 33/week @ 2024-12-03 142/week @ 2024-12-10 65/week @ 2024-12-17 69/week @ 2025-01-07 45/week @ 2025-01-14 121/week @ 2025-01-21 72/week @ 2025-01-28 17/week @ 2025-02-04

268 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
~29K SLoC