Name: | python3-munkres |
---|---|
Version: | 1.1.2 |
Release: | 11.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 57985 |
License: | ASL 2.0 |
RPM: | python3-munkres-1.1.2-11.el9.noarch.rpm |
Source RPM: | python-munkres-1.1.2-11.el9.src.rpm |
Build Date: | Fri Jan 21 2022 |
Build Host: | build-ol9-x86_64.oracle.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. |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Resolves: rhbz#1960905 : License corrected to ASL 2.0
- Resolves: rhbz#1960905 : License corrected to ASL 2.0 - See upstream commit 4bdf076 and release 1.0.7 - Added CI tests
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for Python 3.9
- Rebuilt for Python 3.8.0rc1 (#1748018)
- Rebuilt for Python 3.8