- #1
SillyBen
- 1
- 0
Can anyone help me to solve that problem ? I would really appreciate
For the linear programming problem P1 :
Max z = 2 + x1 - 2x4
x2 = 1 - x4
x3 = 0 - x1 - x4
xi \(\displaystyle \ge\) 0
1 \(\displaystyle \le\) i \(\displaystyle \le\) 4
Question 1 :
Explain why the writing of that linear programming in the form proposed above allows one iteration of the simplex algorithm
Question 2 :
Give the associated solution with P1 form above. You will yield the value of each variable and the objective function.
Question 3 :
Apply the simplex algorithm. You will give the value for each variable for the optimal solution after iteration.
Question 4 :
Compare results between question 2 and 3 solutions
Question 5 :
Infer from the previous question that the stopping criterion of the simplex algorithm is sufficient but not necessary condition.
For the linear programming problem P1 :
Max z = 2 + x1 - 2x4
x2 = 1 - x4
x3 = 0 - x1 - x4
xi \(\displaystyle \ge\) 0
1 \(\displaystyle \le\) i \(\displaystyle \le\) 4
Question 1 :
Explain why the writing of that linear programming in the form proposed above allows one iteration of the simplex algorithm
Question 2 :
Give the associated solution with P1 form above. You will yield the value of each variable and the objective function.
Question 3 :
Apply the simplex algorithm. You will give the value for each variable for the optimal solution after iteration.
Question 4 :
Compare results between question 2 and 3 solutions
Question 5 :
Infer from the previous question that the stopping criterion of the simplex algorithm is sufficient but not necessary condition.