Hi, I recently published my implementation of the Munkres algorithm: https://github.com/st1vms/py-munkres, which I'm willing to maintain and accept contributions. Feel free to reference it in this repository if you like.
It still needs some testing, as it's not compatible with rectangular matrices by default, although padding the matrix with zeros works in most cases.
I've tested some edge cases I've found in issues, but I'm sure there are more to discover. 🧐
Hi, I recently published my implementation of the Munkres algorithm: https://github.com/st1vms/py-munkres, which I'm willing to maintain and accept contributions. Feel free to reference it in this repository if you like.
It still needs some testing, as it's not compatible with rectangular matrices by default, although padding the matrix with zeros works in most cases.
I've tested some edge cases I've found in issues, but I'm sure there are more to discover. 🧐