2 Simplex Exercises
2 Simplex Exercises
Exercises
1. Write the following linear models in maximization standard form:
1.3 min z = 2x1 + 2x2 − 4x3 1.4 max z = 3x1 − 7x2 + 5x3
subject to subject to
2x1 + 2x2 + 2x3 = 10 x2 − x3 ≤ −9
−2x1 + 6x2 − x3 ≤ −10 −x1 − 2x3 ≥ 5
−x1 + 3x2 ≥ 3 4x1 − x2 = 6
x1 ≤ 0, x2 , x3 ≥ 0 x1 ≤ 0, x2 ≥ 0, x3 : unrestricted
max z = x1 + x2
subject to
−x1 + x2 ≤ 4
2x1 + 5x2 ≤ 20
2x1 − x2 ≤ 2
x1 , x 2 ≥ 0
Write the model in maximization standard form, compute the basic feasible solution
associated with the basis B = (a4 a1 a6 ), and apply the improvement theorem to
find the optimal solution.
prove that the basic solution that corresponds to the basis B = (a1 a2 a3 ) is optimal.
Compute the optimal solution and the optimal objective value.
x1 x2 x3 x4 x5 x6
1 0 0 2 0
a4 2 0 1 −2 0
1
a2 2 1 0 2
0
a6 1 0 0 −1 1
5.1 Prove that the column y1 has not been correctly computed.
5.2 Prove that the column y5 is correct.
5.3 Use the information in the model and in the tableau to compute the missing
values.
6. Apply the simplex algorithm to solve the following linear models. If the model is
feasible, show in the graphical representation the extreme points that correspond to
the basic feasible solutions computed in the simplex tableaux.
7.3 min z = x1 − 3x2 + 2x3 7.4 min z = 10x1 + 8x2 + 6x3 + 4x4
subject to subject to
3x1 − x2 + 2x3 ≤ 9 2x1 + 4x2 + 2x3 + x4 ≥ 10
−2x1 + 4x2 + x3 ≤ 14 −4x1 + 4x2 − x3 + 2x4 ≥ 12
−4x1 + 4x2 + 8x3 ≤ 10 x 1 , x2 , x3 , x4 ≥ 0
x1 , x 2 , x 3 ≥ 0