How to Install and Uninstall python311-munkres Package on openSUSE Leap
Last updated: January 11,2025
1. Install "python311-munkres" package
This is a short guide on how to install python311-munkres on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-munkres
Copied
2. Uninstall "python311-munkres" package
This is a short guide on how to uninstall python311-munkres on openSUSE Leap:
$
sudo zypper remove
python311-munkres
Copied
3. Information about the python311-munkres package on openSUSE Leap
Information for package python311-munkres:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-munkres
Version : 1.1.4-150400.9.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 76.6 KiB
Installed : No
Status : not installed
Source package : python-munkres-1.1.4-150400.9.3.1.src
Upstream URL : https://software.clapper.org/munkres/
Summary : Munkres implementation for Python
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 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.
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-munkres
Version : 1.1.4-150400.9.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 76.6 KiB
Installed : No
Status : not installed
Source package : python-munkres-1.1.4-150400.9.3.1.src
Upstream URL : https://software.clapper.org/munkres/
Summary : Munkres implementation for Python
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 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.