Question: Use the result of the previous problem to show that the Klee-Minty problem requires 2n - 1 iterations.
Problem: Compare the performance of the largest-coefficient and the smallest-index pivoting rules on the following linear program:
maximize 2x1 + x2
subject to 3x1 + x2 ≤ 3
x1, x2 ≥ 0.