Munkres-0.1: Munkres' assignment algorithm (hungarian method)

The Munkres package

The Munkres algorithm solves the weighted minimum matching problem in a complete bipartite graph, in O(n^3) time. This problem is often called the 'assignment problem'. See eg. http://en.wikipedia.org/wiki/Hungarian_algorithm.

Properties

Version0.1
Dependenciesbase (<3) or
array, base (≥3)
LicenseBSD3
Copyright(c) 2008 Balazs Komuves
AuthorBalazs Komuves
Maintainerbkomuves (plus) hackage (at) gmail (dot) com
StabilityExperimental
CategoryAlgorithms
Upload dateSun Dec 7 18:17:30 UTC 2008
Uploaded byBalazsKomuves
Built onghc-6.10, ghc-6.12, ghc-7.0

Modules

Downloads