[ 源代码: libalgorithm-munkres-perl ]
软件包:libalgorithm-munkres-perl(0.08-5)
libalgorithm-munkres-perl 的相关链接
Debian 的资源:
下载源码包 libalgorithm-munkres-perl:
- [libalgorithm-munkres-perl_0.08-5.dsc]
- [libalgorithm-munkres-perl_0.08.orig.tar.gz]
- [libalgorithm-munkres-perl_0.08-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
extension for Munkres' solution to Assignment problem
The Algorithm::Munkres 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.
Assignment Problem: Given N jobs, N workers and the time taken by each worker to complete a job then how should the assignment of a Worker to a Job be done, so as to minimize the time taken.