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
> > 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
>
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
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
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
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
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
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