Linear complementarity problem

This is an old revision of this page, as edited by Trevorgoodchild (talk | contribs) at 16:18, 15 September 2008 (the previous statement was somewhat misleading -- M *must* be P.D. in order for the objective to be convex in the first place; this is not a special requirement of Lemke's or Dantzig's algorithms). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematical optimization theory, the linear complementarity problem, or LCP, is a special case of quadratic programming which arises frequently in computational mechanics. Given a real matrix M and vector b, the linear complementarity problem seeks a vector x which satisfies the following two constraints:

  • and ; that is, each component of these two vectors is non-negative, and
  • , the complementarity condition.

A sufficient condition for existence and uniqueness of a solution to this problem is that M be symmetric positive-definite.

Relation to Quadratic Programming

Finding a solution to the linear complementarity problem is equivalent to minimizing the quadratic function

 

subject to the constraints

  and  .

Indeed, these constraints ensure that f is always non-negative, so that it attains a minimum of 0 at x if and only if x solves the linear complementarity problem.

Although any quadratic programming algorithm can solve an LCP, there exist more efficient, specialized algorithms, such as Lemke's algorithm and Dantzig's algorithm.

See also

Further reading

  • Cottle, Richard W. et al. (1992) The linear complementarity problem. Boston, Mass. : Academic Press
  • R. W. Cottle and G. B. Dantzig. Complementary pivot theory of mathematical programming. Linear Algebra and its Applications, 1:103-125, 1968.