forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
383 B
Text
7 lines
383 B
Text
Algorithm-Munkres is a perl extension for Munkres' solution to
|
|
classical Assignment problem for square and rectangular matrices
|
|
This module extends the solution of Assignment problem for square
|
|
matrices to rectangular matrices by padding zeros. Thus a rectangular
|
|
matrix is converted to square matrix by padding necessary zeros.
|
|
|
|
WWW: http://search.cpan.org/dist/Algorithm-Munkres/
|