Skip to content
Prev 81706 / 398502 Next

optimization with inequalities

If I understand this correctly the variables over which
you are optimizing are p[1], p[2] and p[3] whereas x and y
are fixed and known during the optimization.  In that case its
a linear programming problem and you could use the lpSolve
library which would allow the explicit specification of the
constraints.
On 11/28/05, Florent Bresson <f_bresson at yahoo.fr> wrote: