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:
parent
7cf9ab4074
commit
ff1764d9e9
16
devel/p5-Algorithm-Munkres/Makefile
Normal file
16
devel/p5-Algorithm-Munkres/Makefile
Normal 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>
|
5
devel/p5-Algorithm-Munkres/distinfo
Normal file
5
devel/p5-Algorithm-Munkres/distinfo
Normal 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
|
5
devel/p5-Algorithm-Munkres/pkg/DESCR
Normal file
5
devel/p5-Algorithm-Munkres/pkg/DESCR
Normal 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.
|
4
devel/p5-Algorithm-Munkres/pkg/PLIST
Normal file
4
devel/p5-Algorithm-Munkres/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user