scipopt / PyGCGOpt

Python interface and modeling environment for GCG
https://scipopt.github.io/PyGCGOpt/
MIT License
14 stars 4 forks source link
branch-price-and-cut cython danzig-wolfe-decomposition gcg mixed-integer-program python scip

PyGCGOpt

This project provides an interface from Python to the GCG Solver.

Documentation

See CHANGELOG.md for added, removed or fixed functionality.

Installation

Using Conda

Conda version Conda platforms

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.