Hi,
Can someone tell me how to use R to solve a simple LP problem like this? Thanks!
Maximize 5X1 + 3X2 Subject to:
2X1 + X2 <=40
X1 + 2X2 <=50
Where
X1 >= 0
X2 >=0
Andy
_________________________________________________________________ 現在就上 MSN 會員目錄:在線上結交新朋友,找到興趣相投的夥伴
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
