Hungarian algorithm in Python

Ante picture Ante · Nov 2, 2010 · Viewed 16.2k times · Source

Is there good implementation of Hungarian algorithm in standard python libraries?

Answer

jcomeau_ictx picture jcomeau_ictx · Nov 2, 2010

I just tried:


pip install munkres

and it worked. Here you can find a short explanation on how to use it.

I got an error trying to install "hungarian".