aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Algorithm-Munkres
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportAndrej Zverev2014-01-303-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341825
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - convert to the new perl5 frameworkAndrej Zverev2013-09-121-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327032
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Algorithm-Munkres is a perl extension for Munkres' solution toPhilippe Audeoud2009-01-264-0/+37
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/ PR: ports/131010 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=226893