dart
|
#include <DantzigLCPSolver.hpp>
Public Member Functions | |
DantzigLCPSolver (double _timestep) | |
Constructor. | |
virtual | ~DantzigLCPSolver () |
Constructor. | |
void | solve (ConstrainedGroup *_group) override |
Solve constriant impulses for a constrained group. | |
![]() | |
void | setTimeStep (double _timeStep) |
Set time step. | |
double | getTimeStep () const |
Return time step. | |
virtual | ~LCPSolver () |
Destructor. | |
Additional Inherited Members | |
![]() | |
LCPSolver (double _timeStep) | |
Constructor. | |
![]() | |
double | mTimeStep |
Simulation time step. | |
Please include DantzigBoxedLcpSolver.hpp intead.
DantzigLCPSolver is a LCP solver that uses ODE's implementation of Dantzig algorithm