From: abent on
Is there a good library to numericly solve an LCP in python ?
(http://en.wikipedia.org/wiki/Linear_complementarity_problem)

An example would be very helpful because most libraries seem to only
solve QP's.
I need this for computing 2d contact forces in a rigid body
simulation.