×

The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm). The algorithm models an assignment problem as an NxM cost matrix, where each element represents the cost of assigning the ith worker to the jth job, and it figures out the least-cost solution, choosing a single item from each row and column in the matrix, such that no row and no column are used more than once.

Uploaded Tue Apr 1 01:54:02 2025
md5 checksum 4b26ac2a3e90f0ecad72e890ade85873
build py_0
depends python
license Apache-2.0
license_family Apache
md5 4b26ac2a3e90f0ecad72e890ade85873
name munkres
noarch python
sha1 9ff4f0ff8d4b9e9cba34fd2865ffbeededd3a5f6
sha256 04bc02fcd238fc74d10b1c4aa81953df91f19943b15bf742457707517ca29f6c
size 14792
subdir noarch
timestamp 1600364066758
version 1.0.12