summaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-Munkres/DESCR
blob: a561229347c7f1406d84dfbe7fa5c758f5d898d9 (plain)
1
2
3
4
5
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.