×

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:01 2025
md5 checksum 148362ba07f92abab76999a680c80084
build py_0
depends python
license Apache-2.0
license_family Apache
md5 148362ba07f92abab76999a680c80084
name munkres
noarch python
sha1 884b5314b13f7181f5e04c026e7dacb559483510
sha256 f3f473a60a6766a7f64447c0c7e49d0640db7f995255951e3477b5d21d144dc7
size 13573
subdir noarch
timestamp 1600445183315
version 1.1.4