RequirementsThe current version of CVXMOD requires CVXOPT version 1.0, which needs
CVXMOD may work with earlier versions of CVXOPT, but with no guarantees (or expectations of support). Download
Installation instructionsDownload, unarchive and run python setup.py install with root privileges inside the directory that appears. You may wish to reference the Python version directly, for example with python2.5 setup.py install. Example: Generic linux system with CVXOPT already installed
cd /tmp/ wget http://cvxmod.net/dist/cvxmod-0.4.6.tar.gz tar xzf cvxmod-0.4.6.tar.gz cd cvxmod-0.4.6/ sudo python setup.py install Test using one, or both, of the quick examples. |