#include <acado/utils/acado_utils.hpp>
#include <acado/matrix_vector/matrix_vector.hpp>
#include <acado/code_generation/export_algorithm_factory.hpp>
#include <acado/code_generation/integrators/integrator_export.hpp>
#include <acado/code_generation/export_cholesky_decomposition.hpp>
#include <acado/code_generation/linear_solvers/householder_qr_export.hpp>
Go to the source code of this file.
Classes | |
class | ExportNLPSolver |
Base class for export of NLP/OCP solvers. More... | |
Typedefs | |
typedef std::shared_ptr< ExportNLPSolver > | ExportNLPSolverPtr |
typedef ExportAlgorithmFactory< ExportNLPSolver, ExportNLPType > | NLPSolverFactory |
typedef std::shared_ptr< ExportNLPSolver > ExportNLPSolverPtr |
Shared pointer to an NLP solver.
Definition at line 374 of file export_nlp_solver.hpp.
Factory for creation of exported NLP/OCP solvers.
Definition at line 371 of file export_nlp_solver.hpp.
enum ExportNLPType |
Types of NLP/OCP solvers.
Definition at line 355 of file export_nlp_solver.hpp.