mkoeppe / cutgeneratingfunctionology

Python code for computation and experimentation with cut-generating functions, in particular the Gomory-Johnson infinite group problem. By M. Köppe, Y. Zhou, C.Y. Hong, J. Wang with contributions by undergrad programmers
GNU General Public License v2.0
12 stars 11 forks source link

Use cachetools for FastPiecewise.__call__ #34

Open mkoeppe opened 5 years ago

mkoeppe commented 5 years ago

instead of the unbounded cache.

https://cachetools.readthedocs.io/en/latest/

mkoeppe commented 5 years ago

... this package is actually too slow to be useful for us.