/gomory

Implementation of a pure Gomory cutting plane algorithm for pure- and mixed-integer programs.

Primary LanguagePythonMIT LicenseMIT

gomory

Compilation

To retrieve dependencies included as submodules (e.g., rapidjson), run:

git submodule update --init --recursive

Finally, compile the software:

mkdir build && cd build
cmake .. && make