leo-labs / picos

PICOS -- a python interface to conic optimization solvers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PICOS is a user friendly interface to several conic and integer programming solvers, very much like YALMIP or CVX under MATLAB.

The main motivation for PICOS is to have the possibility to enter an optimization problem as a high level model, and to be able to solve it with several different solvers. Multidimensional and matrix variables are handled in a natural fashion, which makes it painless to formulate a SDP or a SOCP. This is very useful for educational purposes, and to quickly implement some models and test their validity on simple examples.

Furthermore, with PICOS you can take advantage of the python programming language to read and write data, construct a list of constraints by using python list comprehensions, take slices of multidimensional variables, etc.

Author

Picos initial author and current primary developer is:

Guillaume Sagnol, <sagnol( a t )zib.de>

Contributors

People who actively contributed to the code of Picos (in no particular order)

Thanks also to

People who contributed to the improvement of Picos by sending their comments, ideas, questions, ... (in no particular order):

About

PICOS -- a python interface to conic optimization solvers

License:GNU General Public License v3.0


Languages

Language:Python 100.0%