import p5-Algorithm-Munkres 0.08

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.

ok sthen@
This commit is contained in:
jasper 2010-12-22 20:22:30 +00:00
parent 7cf9ab4074
commit ff1764d9e9
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/22 20:22:30 jasper Exp $
COMMENT= implementation of Munkres' solution to Assignment problem
DISTNAME= Algorithm-Munkres-0.08
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Algorithm-Munkres-0.08.tar.gz) = VjSSh1E/lVACcgyOJSNYKw==
RMD160 (Algorithm-Munkres-0.08.tar.gz) = lvsBF+giUTmOVRcE/6qDtvHegk4=
SHA1 (Algorithm-Munkres-0.08.tar.gz) = k8IXenHqi+wi8yrYWrIr5/TBfYE=
SHA256 (Algorithm-Munkres-0.08.tar.gz) = GWvNo5hLF5zt2EenwWZmtPl0HAf2EaZUkNnn9LelViY=
SIZE (Algorithm-Munkres-0.08.tar.gz) = 8608

View File

@ -0,0 +1,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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/22 20:22:30 jasper Exp $
${P5SITE}/Algorithm/
${P5SITE}/Algorithm/Munkres.pm
@man man/man3p/Algorithm::Munkres.3p