Name: | python3-munkres |
---|---|
Version: | 1.1.2 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 57717 |
License: | BSD |
RPM: | python3-munkres-1.1.2-1.el8.noarch.rpm |
Source RPM: | python-munkres-1.1.2-1.el8.src.rpm |
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://software.clapper.org/munkres/ |
Summary: | A Munkres algorithm for Python |
Description: | The Munkres module provides an 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. |
- Update to latest upstream release 1.1.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Subpackage python2-munkres has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for Python 3.7
- Rebuilt for Python 3.7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Update to latest upstream release 1.0.12