(I) Equality-Constrained QP's
(I) Equality-Constrained QP's
(I) Equality-Constrained QP's
October 5, 2007 (2 : 5)
Quadratic Programs
Assumptions:
I A has linearly independent rows.
I Q is positive definite in the null space of A. (That is, x T Qx > 0 for
all x 6= 0 such that Ax = 0).
Then holds:
Theorem
Matrix K is nonsingular.
Theorem
The solution x ∗ of the KKT system is the unique global solution of the
equality-constrained QP.
1
minn x T Qx − c T x subject to
x∈R 2
Ax ≥ b
Lagrangian: L (x, λ) = 21 x T Qx − c T x − λT (Ax − b)
KKT conditions:
Qx ∗ − AT λ∗ = c
λ∗ ≥ 0
Ax ∗ ≥ b
λ∗i (aiT x ∗ − bi ) = 0 i = 1, . . . , m
Define the active set n o
A= i | aiT x ∗ = bi
Note that λ∗i = 0 for i 6∈ A
October 5, 2007 (4 : 5)
Quadratic Programs
October 5, 2007 (5 : 5)