Metadata-Version: 2.1
Name: PyGCGOpt
Version: 0.1.4
Summary: Python interface and modeling environment for GCG
Home-page: https://git.or.rwth-aachen.de/gcg/PyGCGOpt
Author: Lehrstuhl für Operations Research - RWTH Aachen University
Author-email: 
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Description-Content-Type: text/markdown
License-File: LICENSE

PyGCGOpt
=========

This project provides an interface from Python to the [GCG Solver](https://gcg.or.rwth-aachen.de/).

Documentation
-------------

See [CHANGELOG.md](CHANGELOG.md) for added, removed or fixed functionality.

Installation
------------

**Using PyPI and from Source**

See [INSTALL.md](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](INSTALL.md).



