LCPs
Linear complementarity problem (LCP) is a mathematical model in which one seeks vectors z and w in R^n that satisfy a set of complementary inequalities. In the standard form, given an n×n real matrix M and a vector q in R^n, the problem is to find z ≥ 0 and w ≥ 0 such that w = Mz + q and z^T w = 0. The last condition, z_i w_i = 0 for each i, enforces a complementarity relationship where at least one of each pair (z_i, w_i) is zero.
LCPs arise as reformulations of certain optimization problems and equilibrium models. They can be viewed as
Existence and solvability of LCPs depend on properties of M and q. If M is a P-matrix
Algorithms and software for solving LCPs include pivot-based methods such as Lemke’s algorithm, interior-point techniques, and