mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
452 B
Plaintext
7 lines
452 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.
|