> 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

help(I.will.do.my.own.homework) is the function you're looking for.

Cheers

Jason

______________________________________________
[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

Reply via email to