Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-munkres | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.1.2 | Vendor: openSUSE |
Release: bp156.1.1 | Build date: Wed Feb 21 13:59:02 2024 |
Group: Development/Languages/Python | Build host: i04-ch1c |
Size: 57745 | Source RPM: python3-munkres-1.1.2-bp156.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://software.clapper.org/munkres/ | |
Summary: Munkres implementation for Python |
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 i'th worker to the j'th 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. This particular implementation is based on http://csclab.murraystate.edu/~bob.pilgrim/445/munkres.html.
Apache-2.0
* Mon Apr 01 2019 pgajdos@suse.com - version update to 1.1.2 * Removed `NoReturn` type annotations * Only supports Python 3.5 or better * Added `typing` type hints * simplify conversion of a profit matrix to a cost matrix * Added more tests - run the testsuite - python3-only package * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Mon Apr 10 2017 alarrosa@suse.com - Use singlespec macros * Tue Feb 21 2017 jengelh@inai.de - Wrap description * Fri Jan 20 2017 alarrosa@suse.com - Initial release
/usr/lib/python3.6/site-packages/__pycache__ /usr/lib/python3.6/site-packages/__pycache__/munkres.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/__pycache__/munkres.cpython-36.pyc /usr/lib/python3.6/site-packages/munkres-1.1.2-py3.6.egg-info /usr/lib/python3.6/site-packages/munkres-1.1.2-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/munkres-1.1.2-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/munkres-1.1.2-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/munkres-1.1.2-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/munkres.py /usr/share/doc/packages/python3-munkres /usr/share/doc/packages/python3-munkres/CHANGELOG.md /usr/share/doc/packages/python3-munkres/README.md /usr/share/licenses/python3-munkres /usr/share/licenses/python3-munkres/LICENSE.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024