33 #ifndef DART_CONSTRAINT_DANTZIGBOXEDLCPSOLVER_HPP_
34 #define DART_CONSTRAINT_DANTZIGBOXEDLCPSOLVER_HPP_
39 namespace constraint {
45 const std::string&
getType()
const override;
59 int* findex)
override;
63 bool canSolve(
int n,
const double* A)
override;
Definition: BoxedLcpSolver.hpp:43
Definition: DantzigBoxedLcpSolver.hpp:42
bool canSolve(int n, const double *A) override
Definition: DantzigBoxedLcpSolver.cpp:69
static const std::string & getStaticType()
Returns type for this class.
Definition: DantzigBoxedLcpSolver.cpp:47
void solve(int n, double *A, double *x, double *b, int nub, double *lo, double *hi, int *findex) override
Solves constriant impulses for a constrained group.
Definition: DantzigBoxedLcpSolver.cpp:54
const std::string & getType() const override
Returns the type.
Definition: DantzigBoxedLcpSolver.cpp:41
Definition: BulletCollisionDetector.cpp:63