Testing your installation
- Download the test file.
- Click the "paper-clip" underneath the title of this page.
- On the new page that opens, right click the file "lp.py" and save it to your harddrive.
- Open a terminal and navigate to that file.
- Execute $
- Navigate to <your folder >/cvxopt-1.1.5/examples/doc/chap8
- Execute python lp.py
- Copy the ouput output to a text file and upload to Stellar.
Hint, the optimal solution should be x = (1, 1).
Linux users: the default location of cvxopt is
/usr/share/doc/python-cvxopt/examples/doc/chap8