Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Operációkutatás Linear Programming in R

Simple program to solve the following linear programing problem in R. $$max(Z) = {4x+3y}.$$

$$x1 = {x+ y <= 40}.$$ $$x2 = {2x+ y <= 60}.$$ $${x,y>=0}.$$

Online R interpreter:https://webr.r-wasm.org/latest/

Alt text

About

Lp

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages