hungarian icon indicating copy to clipboard operation
hungarian copied to clipboard

Hungarian / Munkres' algorithm for the linear assignment problem, in Python

Results 6 hungarian issues
Sort by recently updated
recently updated
newest added

Thanks for your code.It's amazing, I ran this code with a big data which size is 3500*3500. It cost lease than 1 second. But I have an question about the...

When try to install hungarian in Anaconda Promt I get the following message. Why? (base) PS C:\Windows\system32> pip install hungarian Collecting hungarian Using cached https://files.pythonhosted.org/packages/b2/f9/9cccbbb8c724c4eff5d006bd3fe185e91d121caf2ffd345fe31421f1c886/hungarian-0.2.3.tar.gz Building wheels for collected packages:...

(and similarly uploading latest version to pypi and then pip installing fails) ``` Obtaining file:///Users/harold/Documents/software/hungarian Complete output from command python setup.py egg_info: WARNING: '' not a valid package name; please...

bug
help wanted

Seems to also implement the Hungarian algorithm, and is presumably better-maintained.

help wanted

>>> a,b = hungarian(cost) Traceback (most recent call last): File "", line 1, in TypeError: 'module' object is not callable

Thanks very much for the py3 merge. I’d like to see releases packaged for conda, as well as pypi. Do you have any objections? I’m away from a computer just...