Installation

Note

CHOMPACK requires that CVXOPT 1.1.6 or newer is installed.

Installation from source

The CHOMPACK Python extension can be downloaded, built, and installed by issuing the commands

$ git clone https://github.com/cvxopt/chompack.git
$ cd chompack
$ python setup.py install --user

Python-only installation

A Python-only reference implementation of CHOMPACK can be installed by setting the environtment variable CHOMPACK_PY_ONLY=1

$ CHOMPACK_PY_ONLY=1 python install --user
Fork me on GitHub