[sympy] Integrating a convex optimization package in Sympy

2011-10-24 Thread Saptarshi Mandal
Hi all, I wanted to discuss integrating a convex optimization package called CVXOPT into Sympy. It is written in Python and has several algorithms implemented to solve various types of optimization problems such semidefinite programming, second-order cone programming, nonlinear convex optimization

Re: [sympy] Integrating a convex optimization package in Sympy

2011-10-24 Thread David Joyner
On Mon, Oct 24, 2011 at 7:46 AM, Saptarshi Mandal sapta.iit...@gmail.com wrote: Hi all, I wanted to discuss integrating a convex optimization package called CVXOPT into Sympy. It is written in Python and has several algorithms implemented cvxopt is not licensed BSD but GPL3:

Re: [sympy] Integrating a convex optimization package in Sympy

2011-10-24 Thread Ondřej Čertík
On Mon, Oct 24, 2011 at 8:07 AM, David Joyner wdjoy...@gmail.com wrote: On Mon, Oct 24, 2011 at 7:46 AM, Saptarshi Mandal sapta.iit...@gmail.com wrote: Hi all, I wanted to discuss integrating a convex optimization package called CVXOPT into Sympy. It is written in Python and has several