p5-Algorithm-Munkres

implementation of Munkres' solution to Assignment problem

WWW CVSWeb GITHub
  1. Package version
    p5-Algorithm-Munkres-0.08p0
  2. Maintainer
    The OpenBSD ports mailing-list

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.