munkres

Munkres (Hungarian) algorithm for the Assignment Problem

Apache Software License 13 个版本
Brian Clapper <bmc@clapper.org>
安装
pip install munkres
poetry add munkres
pipenv install munkres
conda install munkres
描述

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: https://software.clapper.org/munkres/