Re: [Rd] error with solveLP(linprog) (PR#11721)

2008-06-18 Thread Arne Henningsen
On Tuesday 17 June 2008 16:05:04, [EMAIL PROTECTED] wrote: > Full_Name: wfeng > Version: 2.7 > OS: windows xp > Submission from: (NULL) (208.62.252.2) > > > for solveLP(linprog), the program is specified as > > Minimizes c'x, subject to A x >= b and x >= 0. > > However, what I found is the actual c

[Rd] error with solveLP(linprog) (PR#11721)

2008-06-18 Thread wei . boca
Full_Name: wfeng Version: 2.7 OS: windows xp Submission from: (NULL) (208.62.252.2) for solveLP(linprog), the program is specified as Minimizes c'x, subject to A x >= b and x >= 0. However, what I found is the actual constraints that works with the function are A x <= b and x >= 0.