cheind / py-lapsolver

Fast linear assignment problem (LAP) solvers for Python based on c-extensions
MIT License
154 stars 24 forks source link

Refresh figures with minor fixes to plot script #12

Closed jvlmdr closed 4 years ago

jvlmdr commented 4 years ago

The scipy solver is now considerably faster, although lapsolver still has an advantage for small problems. I have updated the benchmarks to reflect this.

See the figures here: https://github.com/jvlmdr/py-lapsolver/blob/5f0c0d830fda6829dd1f7f38aa6ad25e5f18f297/ReadMe.md

cheind commented 4 years ago

Thanks Jack!