Re: [R] lpSolve constraints don't seem to have an effect

2011-08-17 Thread BSanders
"2x^2 + 3y^2 <= 6" My guess is because lpsolve doesn't handle non linear programs. -- View this message in context: http://r.789695.n4.nabble.com/lpSolve-constraints-don-t-seem-to-have-an-effect-tp898253p3751751.html Sent from the R help mailing list archive at Nabble.com. _

[R] lpSolve constraints don't seem to have an effect

2009-09-17 Thread Adam Lenart
Dear R users, I would like to optimize a linear approximation of a quadratic function using lpSolve. My code runs without any error or warning message but the constraints that I set don't seem to work properly. Nevertheless, I am certain that my code is somewhere wrong. I would like to solve th