1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/math/py-munkres10/pkg-descr
Sunpoet Po-Chuan Hsieh 17dde5df27 Add py-munkres10 1.0.2 (copied from py-munkres)
- Add PORTSCOUT
2019-02-16 22:52:51 +00:00

9 lines
496 B
Plaintext

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.
WWW: https://software.clapper.org/munkres/