wbc
|
#include <QPSolver.hpp>
Public Member Functions | |
QPSolver () | |
virtual | ~QPSolver () |
virtual void | solve (const HierarchicalQP &hierarchical_qp, base::VectorXd &solver_output)=0 |
solve Solve the given quadratic program | |
void | reset () |
reset Enforces reconfiguration at next call to solve() | |
Protected Attributes | |
bool | configured |
wbc::QPSolver::QPSolver | ( | ) |
|
virtual |
|
inline |
reset Enforces reconfiguration at next call to solve()
|
pure virtual |
solve Solve the given quadratic program
hierarchical_qp | Description of the hierarchical quadratic program to solve. |
solver_output | solution of the quadratic program |
Implemented in wbc::EiquadprogSolver, wbc::HierarchicalLSSolver, wbc::OsqpSolver, wbc::ProxQPSolver, wbc::QPOASESSolver, and wbc::QPSwiftSolver.
|
protected |