ports/devel/py-algorithm-munkres/pkg/DESCR

4 lines
183 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.