CMD + K

munkres

Community

The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm).

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::munkres

Usage Tracking

1.1.4
1.0.12
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

The Munkres module provides an O(n^3) implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm).

Last Updated

Apr 1, 2025 at 01:54

License

Apache-2.0

Total Downloads

3

Supported Platforms

noarch