https://github.com/scipopt/gcg
https://github.com/scipopt/gcg
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/scipopt/gcg
- Owner: scipopt
- License: apache-2.0
- Created: 2023-06-28T12:10:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T08:34:20.000Z (over 1 year ago)
- Last Synced: 2025-04-14T09:42:56.184Z (over 1 year ago)
- Language: C
- Size: 84.2 MB
- Stars: 9
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# GCG: Generic Column Generation
[](https://anaconda.org/conda-forge/gcg)
[](https://anaconda.org/conda-forge/gcg)
[](https://anaconda.org/conda-forge/gcg)
[](https://anaconda.org/conda-forge/gcg)
[](https://anaconda.org/conda-forge/gcg)
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](https://scipopt.org) 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](https://gcg.or.rwth-aachen.de):
- [online documentation](https://gcg.or.rwth-aachen.de/doc) of the code with information on how to get started,
- [downloads](https://gcg.or.rwth-aachen.de/#download) of the released GCG source code versions,
- [papers](https://gcg.or.rwth-aachen.de/#related-work) that use GCG or explain algorithms implemented in GCG,
- information on how to [cite](https://gcg.or.rwth-aachen.de/#more) GCG when you use it in scientific publications,
- and much more!
For installation instructions have a look [here](doc/resources/installation/easy-install.md) or in the [online
documentation](https://gcg.or.rwth-aachen.de/doc/install.html).