16 #ifndef SURGSIM_MATH_MLCPSOLVER_H 17 #define SURGSIM_MATH_MLCPSOLVER_H 58 #endif // SURGSIM_MATH_MLCPSOLVER_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
virtual bool solve(const MlcpProblem &problem, MlcpSolution *solution)=0
Attempts to solve the specified MLCP problem.
MlcpSolver()
Constructor.
Definition: MlcpSolver.h:34
The description of a solution to a mixed linear complementarity problem.
Definition: MlcpSolution.h:33
This class provides a solver interface for mixed linear complementarity problems. ...
Definition: MlcpSolver.h:30
A description of an MLCP (mixed linear complementarity problem, or mixed LCP) system to be solved...
Definition: MlcpProblem.h:57