help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Linear/Quadratic programming in Octave


From: A Scottedward Hodel
Subject: Linear/Quadratic programming in Octave
Date: Fri, 30 Nov 2001 10:34:09 -0600
User-agent: Microsoft-Entourage/9.0.2509

Hi,

I'm trying to find LP and QP solution software for relatively small problems
of the form
min  x' Q x + c' x
subject to
    A x = b
    xlow <= x <= xhi

I've been unable to download Ettienne Grossman's lp package for the past
several days, and so I've started writing my own codes.  However, if someone
has already implemented such codes, I'd like to know about them.  (One
additional feature is that I need for the routines to be C-callable once
developed in Octave, so I may still be stuck translating or rewriting.)

I've developed a code for the problem above with Q = 0 (I don't trust it
yet, but it seems to work so far).

--
A. S. Hodel 200 Broun Hall Dept Elect & Comp Eng, Auburn Univ AL 36849-5201
http://www.eng.auburn.edu/~scotte   334 844 1854  Fax: -1809




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]