Skip to content
forked from gsagnol/picos

PICOS -- a python interface to conic optimization solvers

License

Notifications You must be signed in to change notification settings

peturhelgi/picos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%