Skip to content

Generic decomposition solver for mixed-integer programs

License

Notifications You must be signed in to change notification settings

passagemath/upstream-gcg

 
 

Repository files navigation

GCG: Generic Column Generation

Conda Recipe Conda Downloads Conda Version Conda Platforms Conda License

Welcome to what is currently one of the only available open-source solvers for mixed integer programming (MIP) that applies a comprehensive and expandable Branch-Price-and-Cut framework. By making use of detection algorithms, GCG is able to apply Dantzig-Wolfe reformulation and Benders decomposition to solve (potentially) structured MIPs faster. It builds upon SCIP and thus allows for total control of the solution process and the access of detailed information down to the guts of the solver.

Further information and resources are available through the official website at gcg.or.rwth-aachen.de:

  • online documentation of the code with information on how to get started,
  • downloads of the released GCG source code versions,
  • papers that use GCG or explain algorithms implemented in GCG,
  • information on how to cite GCG when you use it in scientific publications,
  • and much more!

For installation instructions have a look here or in the online documentation.

About

Generic decomposition solver for mixed-integer programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 45.4%
  • C++ 27.7%
  • Linear Programming 11.0%
  • Python 4.8%
  • Jupyter Notebook 3.7%
  • Shell 3.0%
  • Other 4.4%