WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

scipopt/PyGCGOpt

Repository files navigation

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.