libalgorithm-munkres-perl 0.08-5 source package in Ubuntu

Changelog

libalgorithm-munkres-perl (0.08-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libalgorithm-munkres-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 01:50:59 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libalgorithm-munkres-perl_0.08-5.dsc 2.2 KiB fea2b1ecefc7eddb92d3f4222a33ce08723b6c86d03d0eefc0533f5458bed768
libalgorithm-munkres-perl_0.08.orig.tar.gz 8.4 KiB 196bcda3984b179cedd847a7c16666b4f9741c07f611a65490d9e7f4b7a55626
libalgorithm-munkres-perl_0.08-5.debian.tar.xz 2.6 KiB 235e61093b4a6721839568a8e9badc004f637ad0475df27bbfa4cf55486e4506

Available diffs

No changes file available.

Binary packages built by this source

libalgorithm-munkres-perl: 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.