diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-20 11:35:47 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:27 -0600 |
commit | a9a55f2973d5bbf04dfbbbf7336d4b295b4c96b1 (patch) | |
tree | 9e3ea2b6926dd7558f83175b71996d3ad228dcc8 /libraries/munkres/slack-desc | |
parent | 73da4d1c1dbd004da9e1956667c44e4925fdfc05 (diff) | |
download | slackbuilds-a9a55f2973d5bbf04dfbbbf7336d4b295b4c96b1.tar.gz |
libraries/munkres: Added (Munkres algorithm in python).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/munkres/slack-desc')
-rw-r--r-- | libraries/munkres/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/munkres/slack-desc b/libraries/munkres/slack-desc new file mode 100644 index 0000000000..af9b7d7231 --- /dev/null +++ b/libraries/munkres/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +munkres: munkres (Munkres algorithm for the Assignment Problem) +munkres: +munkres: The Munkres module provides an implementation of the Munkres +munkres: algorithm (also called the Hungarian algorithm or the Kuhn-Munkres +munkres: algorithm), useful for solving the Assignment Problem. +munkres: +munkres: homepage: http://software.clapper.org/munkres/ +munkres: +munkres: +munkres: +munkres: |