×

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 5e43b9967c7af64c8023e4941189dc88
build pyhd3eb1b0_0
depends python
license Apache-2.0
license_family Apache
md5 5e43b9967c7af64c8023e4941189dc88
name munkres
noarch python
sha1 fcc4fa71734f9968a203dc61f3452907bcd9d604
sha256 94727f8ff8e84b06391d53000fe69a0615e5da58a6fb70572d2f3a37c528a1b1
size 14436
subdir noarch
timestamp 1630566312334
version 1.0.12