munkres algorithm for the Assignment Problem
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.
Homepage: https://github.com/bmc/munkres