Optimization I Problem Set 2
Optimization I Problem Set 2
Problem set 2
2. Determine the extreme points and extreme directions of the following subset of R4 :
4. The simplex method is a typically efficient algorithm for solving linear programs. How-
ever, no version of it has been shown theoretically to solve any linear program in poly-
nomial time. In 1972, Klee and Minty came up with an example in n dimensions that
requires 2n ´ 1 iterations. These problems are of the form
n
ÿ
maximize 10n´j xj
j“1
i´1
ÿ
subject to 2 10i´j xj ` xi ď 100i´1 , i “ 1, 2, . . . , n,
j“1
xj ě 0, j “ 1, . . . , n.
Use the simplex method to solve the three-dimensional Klee–Minty problem with the
basic feasible solution corresponding to x1 “ x2 “ x3 “ 0 as your initial solution. It
should take exactly seven iterations.
x1 x2 x3 x4 x5
x3 ´1 1 1 0 0 4
x4 α ´4 0 1 0 1
x5 γ 3 0 0 1 β
δ 2 0 0 0 10
The tableau entries α, β, γ, δ are unknown parameters. Find some parameter values for
each of the following statements that will make the statement true.
(a) The current solution is optimal and there are multiple optimal solutions.
(b) The optimal cost is ´8.
(c) The current solution is feasible but not optimal.