34 #ifndef ACADO_TOOLKIT_MHE_ALGORITHM_HPP 35 #define ACADO_TOOLKIT_MHE_ALGORITHM_HPP 145 #endif // ACADO_TOOLKIT_MHE_ALGORITHM_HPP
Data class for storing generic optimization variables.
MHEalgorithm & operator=(const MHEalgorithm &arg)
virtual returnValue initializeObjective(Objective *F)
User-interface to formulate and solve optimal control problems and static NLPs.
Allows to pass back messages to the calling function.
virtual returnValue init()
#define CLOSE_NAMESPACE_ACADO
virtual returnValue shift()
virtual returnValue initializeNlpSolver(const OCPiterate &_userInit)
Data class for defining optimal control problems.
#define BEGIN_NAMESPACE_ACADO
virtual returnValue step(const DVector &eta, const DMatrix &S)
virtual returnValue solve()
Stores and evaluates the objective function of optimal control problems.
User-interface to formulate and solve moving horizon estimation problems.