Go to the documentation of this file.
18 #ifndef __solvers_proxqp_hpp__
19 #define __solvers_proxqp_hpp__
22 #include <proxsuite/proxqp/dense/dense.hpp>
23 #include <proxsuite/proxqp/sparse/sparse.hpp>
24 #include <proxsuite/proxqp/results.hpp>
27 #define START_PROFILER_PROXQP(x) START_PROFILER(x)
28 #define STOP_PROFILER_PROXQP(x) STOP_PROFILER(x)
30 #define START_PROFILER_PROXQP(x)
31 #define STOP_PROFILER_PROXQP(x)
34 using namespace proxsuite;
35 using namespace proxsuite::proxqp;
44 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
54 void resize(
unsigned int n,
unsigned int neq,
unsigned int nin)
override;
57 void retrieveQPData(
const HQPData& problemData,
58 const bool hessianRegularization =
false)
override;
68 double getObjectiveValue()
override;
71 bool setMaximumIterations(
unsigned int maxIter)
override;
73 void setMuInequality(
double muIn);
74 void setMuEquality(
double muEq);
75 void setRho(
double rho);
76 void setEpsilonAbsolute(
double epsAbs);
77 void setEpsilonRelative(
double epsRel);
78 void setVerbose(
bool isVerbose =
false);
81 void sendMsg(
const std::string&
s);
104 #endif // ifndef __solvers_proxqp_hpp__
dense::QP< double > m_solver
unsigned int m_n
number of inequality constraints
unsigned int m_nin
number of equality constraints
Mat & solve(const ModelTpl< Scalar, Options, JointCollectionTpl > &model, const DataTpl< Scalar, Options, JointCollectionTpl > &data, const Eigen::MatrixBase< Mat > &y)
const QPData getQPData() const
double m_hessian_regularization
Eigen::Ref< Vector > RefVector
Abstract interface for a Quadratic Program (HQP) solver.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Matrix Matrix
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
math::ConstRefVector ConstRefVector
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
math::ConstRefMatrix ConstRefMatrix
QPDataTpl< double > m_qpData
number of variables
math::RefVector RefVector
const typedef Eigen::Ref< const Matrix > ConstRefMatrix
pinocchio::container::aligned_vector< ConstraintLevel > HQPData
math::ConstRefVector ConstRefVector
tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Thu Apr 3 2025 02:47:16