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

Modularization #8

Open mkoeppe opened 6 years ago

mkoeppe commented 6 years ago

e.g. FastPiecewise should go to a separate file

mkoeppe commented 5 years ago

also, extreme_functions should import the catalog explicitly from an extreme_functions_implementation module (which imports sage.all), rather than from igp.

mkoeppe commented 5 years ago

Add module(s) for other (non extreme) example functions.