opnsense-ports/math/p5-Algorithm-Munkres/pkg-descr
2022-09-07 22:33:21 +02:00

5 lines
329 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.