diff options
author | jadawin <jadawin@FreeBSD.org> | 2009-01-26 23:31:24 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2009-01-26 23:31:24 +0800 |
commit | be0e698e08550258d1a47f30cf68ad77e514112c (patch) | |
tree | 2c8646a75dcdb0f7b3c7dc25f8794c6fd3bee91d /math/Makefile | |
parent | a354b52025397fe50a0d0c0014b10e5e7498ca0c (diff) | |
download | freebsd-ports-gnome-be0e698e08550258d1a47f30cf68ad77e514112c.tar.gz freebsd-ports-gnome-be0e698e08550258d1a47f30cf68ad77e514112c.tar.zst freebsd-ports-gnome-be0e698e08550258d1a47f30cf68ad77e514112c.zip |
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.
WWW: http://search.cpan.org/dist/Algorithm-Munkres/
PR: ports/131010
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c610522fb6ab..332ec11ae0f6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -264,6 +264,7 @@ SUBDIR += p5-AI-Perceptron SUBDIR += p5-Algorithm-Combinatorics SUBDIR += p5-Algorithm-CurveFit + SUBDIR += p5-Algorithm-Munkres SUBDIR += p5-Bit-ShiftReg SUBDIR += p5-Bit-Vector SUBDIR += p5-Bit-Vector-Minimal |