Note
CHOMPACK requires that CVXOPT 1.1.6 or newer is installed.
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
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