coolcoolad / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

include GLPK / cvxpy #442

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be very useful to have GLPK included with pythonxy. It can be used 
directly from cvxopt to solve linear programs (LP), if cvxopt is build with 
GLPK support.

Also, it would be nice to include the recently released cvxpy package 
(developed in Stephen Boyd's group), which lets you rapidly prototype 
optimization problems/formulations.

Original issue reported on code.google.com by ckwid...@gmail.com on 22 May 2012 at 10:24

GoogleCodeExporter commented 8 years ago
GLPK is already part of the Python(x,y) cvxopt package (also DSPD5, FFTW, GSL, 
BLAS, LAPACK, UMFPACK etc - no MOSEK).

Did you receive any errors while using it?

Regarding cvxpy, are there any alternatives? Are there packages within 
Python(x,y) which cover the same ground?

Original comment by grizzly.nyo on 29 May 2012 at 7:21

GoogleCodeExporter commented 8 years ago
I was not aware of this, I will test cvxopt with GLPK right away. Regarding 
cvxpy, it is somewhat the successor of cvxmod, which has been deprecated. 

Original comment by ckwid...@gmail.com on 29 May 2012 at 7:25

GoogleCodeExporter commented 8 years ago
Hi, any news about cvxpy?

Original comment by behzad.s...@gmail.com on 24 Dec 2013 at 5:26

GoogleCodeExporter commented 8 years ago
yep. Its part of 2.7.8.0

Original comment by grizzly.nyo on 16 Oct 2014 at 9:17