The linear complementarity problem

Given an n*n invertible matrix A and n*1 vector b, find an n*1 vector x such that

Ax+b>=0
x>=0
(Ax+b).x = 0