

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The second pivoting rule in the simplex algorithm for linear programming. It provides an example of a primal problem, the corresponding initial tableau, and the steps to obtain the next and final tableaus. The document also verifies the optimality of the solutions through the dual problem.
Typology: Exams
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Consider the primal problem
1 2 1 2 1 2 1 2
max 2 3 when 2 8 , 0
x x x x x x x x
The corresponding initial tableau is given by 1 3 1 0 9 2 1 0 1 8 2 3 0 0 0
Since both x 1 and x 2 are non-basic variables, it is possible to pivot using either variable. It is reasonable to examine the current objective and choose the variable with the largest coefficient. In the example x (^) 2 has the larger coefficient. In terms of the tableau, the second pivoting rule selects the column with the largest value in the bottom row to the left of the vertical line. This choice leads to the ‘fastest’ increase in the objective.
Combine the two pivoting rules and pivot to get 1/ 3 1 1/ 3 0 3 5 / 3 0 1/ 3 1 5 1 0 1 0 9
The new solution is given by x 1 (^) = 0, x 2 = 3. There is a positive coefficient in the ‘new’ objective
9 + x (^) 1 − y 1. There is a need for a second pivot.
Apply the original pivoting rule and get the tableau 0 1 2 / 5 1/ 5 2 1 0 1/ 5 3 / 5 3 0 0 4 / 5 3 / 5 12
The ‘new’ objective is given by 12 − 45 y 1 (^) − 53 y 2 with no hope of improvement. This must be the final tableau and the proposed solution is given by the feasible x ˆ 1 = 3, x ˆ 2 = 2. To verify the
solution observe that the dual problem is given by
1 2 1 2 1 2 1 2
min 9 8 when 3 3 , 0
λ λ λ λ λ λ λ λ
The tableau suggests λ ˆ 1^ = 45 , λ ˆ 2 = 35 , which is indeed feasible. Since 9 λ ˆ 1^ + 8 λ ˆ 2 = 2 x ˆ (^) 1 + 3 x ˆ 2 the
verification theorem guarantees that both solutions are optimal.