Description
Solves assignment problems with the Munkres algorithm. It helps Python applications match items optimally, such as workers to tasks, labels to predictions, or resources to requests.
The algorithm optimizes the cost matrix it receives. Results are only meaningful when the input costs and constraints represent the real problem correctly.