Re: [R] Optimization help

2012-07-30 Thread Petr Savicky
On Mon, Jul 30, 2012 at 06:51:47AM -0700, Megh Dal wrote: > Hi, I have following optimization problem: > > Min: x1 + x2 +...+ x7 > subject to: > > x1 + x2 >= 80 > x2 + x3 >= 65 > x3 + x4 >= 40 > > all xi are ***positive integer***. > > Can somebody help me in this optimization problem? Hi. As

[R] Optimization help

2012-07-30 Thread Megh Dal
Hi, I have following optimization problem: Min: x1 + x2 +...+ x7 subject to: x1 + x2 >= 80 x2 + x3 >= 65 x3 + x4 >= 40 all xi are ***positive integer***. Can somebody help me in this optimization problem? Thanks for your help __ R-help@r-project.org