33 #ifndef DART_CONSTRAINT_DANTZIGBOXEDLCPSOLVER_HPP_
34 #define DART_CONSTRAINT_DANTZIGBOXEDLCPSOLVER_HPP_
39 namespace constraint {
45 const std::string&
getType()
const override;
60 bool earlyTermination)
override;
64 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:71
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
static const std::string & getStaticType()
Returns type for this class.
Definition: DantzigBoxedLcpSolver.cpp:47
const std::string & getType() const override
Returns the type.
Definition: DantzigBoxedLcpSolver.cpp:41
Definition: BulletCollisionDetector.cpp:65