ff1764d9e9
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@
17 lines
347 B
Makefile
17 lines
347 B
Makefile
# $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>
|