Linear complementarity problem
Appearance
The linear complementarity problem consists of starting with a known n-dimensional column vector q and a known n×n matrix M, and finding two n-dimensional vectors w and z such that:
- q = w − Mz
- wi ≥ 0 and zi ≥ 0 for each i
- wi×zi = 0 (i.e. either wi=0 or zi=0) for each i
There are several algorithms dealing with specific cases of the linear complementarity problem.