Please use set.seed(422) and provide R code
Posted: Tue Apr 26, 2022 6:15 pm
Please use set.seed(422) and provide R code
Problem 4. Solve the following Linear Programming problem. Maximize 4x + 2y + 92 subject to 2x + y + z = 2 -x + y − 3z > -3 x > 0, y > 0,2 > 0 1. (15 pts) Use the solveLP() function in linprog package to solve the problem.
Problem 4. Solve the following Linear Programming problem. Maximize 4x + 2y + 92 subject to 2x + y + z = 2 -x + y − 3z > -3 x > 0, y > 0,2 > 0 1. (15 pts) Use the solveLP() function in linprog package to solve the problem.