pkgsrc/math/p5-Algorithm-Munkres/DESCR
fhajny f1442a4711 Import math/p5-Algorithm-Munkres.
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.
2014-02-20 11:25:13 +00:00

5 lines
307 B
Text

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.