opensurgsim
|
This class provides a solver interface for mixed linear complementarity problems. More...
#include <MlcpSolver.h>
Public Member Functions | |
MlcpSolver () | |
Constructor. | |
virtual bool | solve (const MlcpProblem &problem, MlcpSolution *solution)=0 |
Attempts to solve the specified MLCP problem. More... | |
This class provides a solver interface for mixed linear complementarity problems.
|
pure virtual |
Attempts to solve the specified MLCP problem.
problem | the MLCP problem. | |
[out] | solution | the solution to the problem, if available. |
Implemented in SurgSim::Math::MlcpGaussSeidelSolver.