Re: Python Linear Programming on Ubuntu

2008-09-17 Thread Martin Manns
On Tue, 16 Sep 2008 19:25:58 -0700 (PDT) Fett <[EMAIL PROTECTED]> wrote: > # SciPy -- http://www.scipy.org - supposedly has this, but as I said, > I can't find any mention of it anywhere but on the site you linked. I found OpenOpt on the site: http://scipy.org/scipy/scikits/wiki/MILP I downloade

Re: Python Linear Programming on Ubuntu

2008-09-17 Thread Harold Fellermann
> > http://wiki.python.org/moin/NumericAndScientific/Libraries > > > > Scroll down. > > Yes, many of those seem to be deprecated, without destinations to > links, most are poorly or not documented at all. The few that are, I > still can't get running. Of those 254, I think I have tried at least >

Re: Python Linear Programming on Ubuntu

2008-09-17 Thread Joachim Dahl
CVXOPT supports ILP via GLPK or MOSEK. Documentation is in the doc- strings for cvxopt.glkp.ilp and cvxopt.mosek.ilp. The ILP interfaces are not mentioned otherwise in the documentation, as the main focus of CVXOPT is convex solvers. For additional questions on CVXOPT please use the discussion fo

Re: Python Linear Programming on Ubuntu

2008-09-16 Thread Fett
On Sep 16, 9:44 pm, "Aaron \"Castironpi\" Brady" <[EMAIL PROTECTED]> wrote: > On Sep 16, 9:25 pm, Fett <[EMAIL PROTECTED]> wrote: > > > > > On Sep 16, 9:00 pm, "Aaron \"Castironpi\" Brady" > > > <[EMAIL PROTECTED]> wrote: > > > On Sep 16, 8:50 pm, Fett <[EMAIL PROTECTED]> wrote: > > > > > I am tryi

Re: Python Linear Programming on Ubuntu

2008-09-16 Thread Aaron "Castironpi" Brady
On Sep 16, 9:25 pm, Fett <[EMAIL PROTECTED]> wrote: > On Sep 16, 9:00 pm, "Aaron \"Castironpi\" Brady" > > > > <[EMAIL PROTECTED]> wrote: > > On Sep 16, 8:50 pm, Fett <[EMAIL PROTECTED]> wrote: > > > > I am trying to find a wrapper to do linear programming within python. > > > I am using an ubuntu

Re: Python Linear Programming on Ubuntu

2008-09-16 Thread Fett
On Sep 16, 9:00 pm, "Aaron \"Castironpi\" Brady" <[EMAIL PROTECTED]> wrote: > On Sep 16, 8:50 pm, Fett <[EMAIL PROTECTED]> wrote: > > > > > I am trying to find a wrapper to do linear programming within python. > > I am using an ubuntu machine and I have apt-get'd lp_solve, which > > works just fine

Re: Python Linear Programming on Ubuntu

2008-09-16 Thread Robert Kern
Fett wrote: I am trying to find a wrapper to do linear programming within python. I am using an ubuntu machine and I have apt-get'd lp_solve, which works just fine. If someone knows of a wrapper that will work with that that'd be great. I also heard that scipy has a wrapper, however, I can't fin

Re: Python Linear Programming on Ubuntu

2008-09-16 Thread Aaron "Castironpi" Brady
On Sep 16, 8:50 pm, Fett <[EMAIL PROTECTED]> wrote: > I am trying to find a wrapper to do linear programming within python. > I am using an ubuntu machine and I have apt-get'd lp_solve, which > works just fine. If someone knows of a wrapper that will work with > that that'd be great. > > I also hea

Python Linear Programming on Ubuntu

2008-09-16 Thread Fett
I am trying to find a wrapper to do linear programming within python. I am using an ubuntu machine and I have apt-get'd lp_solve, which works just fine. If someone knows of a wrapper that will work with that that'd be great. I also heard that scipy has a wrapper, however, I can't find any document