Open cheind opened 6 years ago
Hi,
Just wanted to let you know that I've been benchmarking various Python LAP solving implementations.
https://github.com/cheind/py-lapsolver/tree/develop#benchmarks
Until recently, the solver from lapsolver (my project), was actually the fastest among the tested ones. However, after I've discovered your project, it seems like that lapjv beats lapsolver except for small matrix cases. Well done!
lapjv
lapsolver
Hi Christoph,
I'm happy to hear that. Thanks for letting me know.
I've benchmarked earlier against some other implementations, which you might want to add: pymatgen, centrosome.
Best, Tomas
Hi,
Just wanted to let you know that I've been benchmarking various Python LAP solving implementations.
https://github.com/cheind/py-lapsolver/tree/develop#benchmarks
Until recently, the solver from lapsolver (my project), was actually the fastest among the tested ones. However, after I've discovered your project, it seems like that
lapjv
beatslapsolver
except for small matrix cases. Well done!