On Mon, Oct 24, 2011 at 8:07 AM, David Joyner <[email protected]> wrote:
> On Mon, Oct 24, 2011 at 7:46 AM, Saptarshi Mandal
> <[email protected]> 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:
> http://abel.ee.ucla.edu/cvxopt/copyright.html
>
>
>> to solve various types of optimization problems such semidefinite
>> programming, second-order cone programming, nonlinear convex optimization
>> and has interfaces to various Fortran libraries. What are your views on the
>> matter? Can this go into the roadmap?

As David said, it would have to be BSD or MIT licensed. But if you
want to use it easily with sympy, you can create a package for it into
Qsnake (http://qsnake.com/), then you can use it and build it easily,
as well as use it together with SymPy (and it would also be compatible
with Sage). What exact change in SymPy would be needed to make it work
nicely with it?

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to