Berhane
Results
2
comments of
Berhane
Hi All, I benchmarked different linear assignment problem solvers you might find interesting. - fully python implementations (munkres, scipy) and - python wrappers to C/C++ implementations (hungarian, lap, lapjv) https://github.com/berhane/LAP-solvers...
Thanks, @hrldcpr. Yes, the LAPJV seems to be the best overall performer. I'll contact the developers and see if they have interest including their implementation in SciPy.