MIT15 093J F09 Final 2003
MIT15 093J F09 Final 2003
1
Problem 1 (20 points)
Please answer true or false. No explanation is needed. A correct answer is
worth 2 points, no answer 0 points, a wrong answer -1.
1. A problem of maximizing a convex, piecewise-linear function over a
polyhedron can be formulated as a linear programming problem.
2. The dual of the problem min x1 subject to x1 = 0, x1 x2 0 has a
nondegenerate optimal solution.
3. If there is a nondegenerate optimal basis, then there is a unique optimal
basis.
4. An optimal basic feasible solution is strictly complementary.
5. The convergence of the primal-dual barrier interior point algorithm is
aected by degeneracy.
6. Given a local optimum x for a nonlinear optimization problem it always
satises the Kuhn-Tucker conditions when the gradients of the tight
constraints and the gradients of the equality constraints at the point x
are linearly independent.
7. In a linear optimization problem with multiple solutions, the primal-
dual barrier algorithm always nds an optimal basic feasible solution.
8. In the minimum cost ow problem with integral data all basic feasible
solutions have integral coordinates.
9. The convergence of the steepest descent method for quadratic problems
min f (x) = x Qx highly depends on the condition number of the matrix
0
2
Problem 2 (20 points)
Let f () be a concave function. Consider the problem
minimize
Xn f (xj )
j �1
subject to Ax = b
x 0:
Let P = fx 2 Rn j Ax = b x 0g:
(a) Prove that if there exists an optimal solution, there exists an optimal
solution which is an extreme point of P .
(b) Suppose we now add the constraints that xj 2 f0 1g for all j , i.e., the
problem becomes a 0-1 nonlinear integer optimization problem. Show
that the problem can be reformulated as a linear integer optimization
problem.
Problem 3 (20 points) Let Q be nn matrices. The matrix is positive
semidenite.
minimize c x + 21 x Qx
0 0
subject to d x + 21 x x a:
0 0
3
Problem 4 (20 points)
(a) You are given points (xi ai), i = 1 : : : m where xi are vectors in <n
and ai are either 0 or 1. The interpretation here is that point xi is
of category 0 or 1. We would like to decide whether it is possible to
separate the points xi by a hyperplane f x = 1 such that all points of
0
4
Problem 5 (20 points) Consider the problem
Z = min c x
� 0
s:t: a1x b1
0
a2x b2
0
x 2 f0 1gn
with a1 a2 c 0: We denote by ZLP the value of the LP relaxation.
(a) Consider the relaxation:
Z1 = max 0 min c x ; (b2 ; a2x)
�
0 0
s:t: a1x b1
0
x 2 f0 1gn
Indicate how you can compute the value of Z1 . What is the relation
among Z Z1 ZLP . Please justify your answer.
�
5
MIT OpenCourseWare
http://ocw.mit.edu
For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.