[ ソース: munkres ]
パッケージ: python3-munkres (1.1.2-1)
python3-munkres に関するリンク
Debian の資源:
munkres ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [software.clapper.org]
類似のパッケージ:
munkres algorithm for the Assignment Problem - Python 3 library
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.
The Assignment Problem: Let C be an nxn matrix representing the costs of each of n workers to perform any of n jobs. The Assignment Problem is to assign jobs to workers in a way that minimizes the total cost.
This package contains the munkres module for Python 3.x.
その他の python3-munkres 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)