From a9a55f2973d5bbf04dfbbbf7336d4b295b4c96b1 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 20 Jan 2014 11:35:47 +0100 Subject: libraries/munkres: Added (Munkres algorithm in python). Signed-off-by: Matteo Bernardini --- libraries/munkres/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libraries/munkres/slack-desc (limited to 'libraries/munkres/slack-desc') diff --git a/libraries/munkres/slack-desc b/libraries/munkres/slack-desc new file mode 100644 index 000000000000..af9b7d723182 --- /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: -- cgit v1.2.3