33 #ifndef DART_CONSTRAINT_DANTZIGBOXEDLCPSOLVER_HPP_ 34 #define DART_CONSTRAINT_DANTZIGBOXEDLCPSOLVER_HPP_ 36 #include "dart/dynamics/BoxedLcpSolver.hpp" 45 const std::string&
getType()
const override;
60 bool earlyTermination)
override;
64 bool canSolve(
int n,
const double* A)
override;
71 #endif // DART_CONSTRAINT_DANTZIGBOXEDLCPSOLVER_HPP_ bool solve(int n, double *A, double *x, double *b, int nub, double *lo, double *hi, int *findex, bool earlyTermination) override
Solves constriant impulses for a constrained group.
Definition: DantzigBoxedLcpSolver.cpp:54
Definition: Aspect.cpp:40
const std::string & getType() const override
Returns the type.
Definition: DantzigBoxedLcpSolver.cpp:41
static const std::string & getStaticType()
Returns type for this class.
Definition: DantzigBoxedLcpSolver.cpp:47
Definition: BoxedLcpSolver.hpp:42
Definition: DantzigBoxedLcpSolver.hpp:41