mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
307 B
Plaintext
6 lines
307 B
Plaintext
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.
|