An OCP solver based on the block N^2 condensing algorithm, in combination with qpDUNES as the QP solver. More...
#include <export_gauss_newton_block_qpdunes.hpp>
Protected Member Functions | |
virtual returnValue | setupEvaluation () |
virtual returnValue | setupQPInterface () |
Protected Member Functions inherited from ExportGaussNewtonBlockCN2 | |
virtual returnValue | setupCondensing () |
virtual returnValue | setupConstraintsEvaluation (void) |
virtual returnValue | setupMultiplicationRoutines () |
virtual returnValue | setupVariables () |
Protected Member Functions inherited from ExportGaussNewtonCN2 | |
bool | performFullCondensing () const |
virtual returnValue | setupObjectiveEvaluation (void) |
Protected Member Functions inherited from ExportNLPSolver | |
returnValue | setupArrivalCostCalculation () |
returnValue | setupAuxiliaryFunctions () |
virtual returnValue | setupGetGeneralObjective () |
virtual returnValue | setupGetLSQObjective () |
virtual returnValue | setupGetObjective () |
virtual returnValue | setupInitialization () |
virtual returnValue | setupSimulation (void) |
An OCP solver based on the block N^2 condensing algorithm, in combination with qpDUNES as the QP solver.
Definition at line 51 of file export_gauss_newton_block_qpdunes.hpp.
BEGIN_NAMESPACE_ACADO ExportGaussNewtonBlockQpDunes::ExportGaussNewtonBlockQpDunes | ( | UserInteraction * | _userInteraction = 0 , |
const std::string & | _commonHeaderName = "" |
||
) |
Default constructor.
@param[in] _userInteraction Pointer to corresponding user interface. @param[in] _commonHeaderName Name of common header file to be included.
Definition at line 38 of file export_gauss_newton_block_qpdunes.cpp.
|
inlinevirtual |
Destructor.
Definition at line 65 of file export_gauss_newton_block_qpdunes.hpp.
|
virtual |
Exports source code of the auto-generated condensing algorithm into the given directory.
@param[in] code Code block containing the auto-generated condensing algorithm. \return SUCCESSFUL_RETURN
Implements ExportGaussNewtonBlockCN2.
Definition at line 69 of file export_gauss_newton_block_qpdunes.cpp.
|
virtual |
Initializes export of an algorithm.
\return SUCCESSFUL_RETURN
Reimplemented from ExportGaussNewtonBlockCN2.
Definition at line 43 of file export_gauss_newton_block_qpdunes.cpp.
|
protectedvirtual |
Exports source code containing the evaluation routines of the algorithm.
\return SUCCESSFUL_RETURN
Implements ExportGaussNewtonBlockCN2.
Definition at line 83 of file export_gauss_newton_block_qpdunes.cpp.
|
protectedvirtual |
Implements ExportGaussNewtonBlockCN2.
Definition at line 262 of file export_gauss_newton_block_qpdunes.cpp.
|
protected |
qpDUNES interface object.
Definition at line 99 of file export_gauss_newton_block_qpdunes.hpp.