This project provides an interface from Python to the GCG Solver.
See CHANGELOG.md for added, removed or fixed functionality.
Using Conda
Conda will install GCG
, SCIP
and PySCIPOpt
automatically, hence everything can be installed in a single command:
conda install --channel conda-forge pygcgopt
Using PyPI and from Source
See INSTALL.md for instructions. Please note that the latest PyGCGOpt version is usually only compatible with the latest major release of the SCIP Optimization Suite and the GCG Solver. Information which version of PyGCGOpt is required for a given GCG version can also be found in INSTALL.md.