File: PKG-INFO

package info (click to toggle)
munkres 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 140 kB
  • sloc: python: 517; makefile: 10; sh: 9
file content (27 lines) | stat: -rw-r--r-- 1,061 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Metadata-Version: 2.1
Name: munkres
Version: 1.1.2
Summary: Munkres (Hungarian) algorithm for the Assignment Problem
Home-page: http://software.clapper.org/munkres/
Author: Brian Clapper
Author-email: bmc@clapper.org
License: Apache Software License
Description: 
        Introduction
        ============
        
        The Munkres module provides an implementation of the Munkres algorithm
        (also called the Hungarian algorithm or the Kuhn-Munkres algorithm),
        useful for solving the Assignment Problem.
        
        For complete usage documentation, see: http://software.clapper.org/munkres/
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown