Skip to content
/ gomory Public

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

License

Notifications You must be signed in to change notification settings

tasseff/gomory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published