Skip to content

scipopt/gcg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3972bb8 · Apr 24, 2025
Oct 11, 2021
Apr 5, 2025
Mar 12, 2025
Apr 24, 2025
Apr 7, 2025
Jun 8, 2020
Mar 31, 2025
Feb 5, 2020
Oct 8, 2021
Mar 28, 2025
Mar 27, 2025
Apr 24, 2025
Mar 31, 2025
Mar 31, 2025
Apr 5, 2025
Nov 22, 2024
Jun 15, 2022
Apr 24, 2025
Mar 12, 2025
Feb 19, 2025
Mar 28, 2025
Mar 28, 2025
Apr 24, 2025
Apr 28, 2022
Jun 24, 2019
Jul 4, 2011
Oct 12, 2013
Mar 27, 2025

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.