Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 309 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 309 Bytes

cvx4py_2

cvx like wrapper for python

example.py is the file the user writes, where he/she calls cvx4py to solve convex problems cvx4py.py is the entry point. It calls cvxParser, which in turn calls cvxLexer

Usage: Run python setup.py install to install the package Find and run example.py under examples.