34 #ifndef ACADO_TOOLKIT_SCP_STEP_FULLSTEP_HPP 35 #define ACADO_TOOLKIT_SCP_STEP_FULLSTEP_HPP 109 #endif // ACADO_TOOLKIT_SCP_STEP_FULLSTEP_HPP Data class for storing generic optimization variables.
virtual SCPstep * clone() const
virtual ~SCPstepFullstep()
Allows to pass back messages to the calling function.
Base class for different ways to perform a step of an SCPmethod for solving NLPs. ...
#define CLOSE_NAMESPACE_ACADO
Implements a fullstep to perform a step of an SCPmethod for solving NLPs.
virtual returnValue performStep(OCPiterate &iter, BandedCP &cp, SCPevaluation *eval)
Encapsulates all user interaction for setting options, logging data and plotting results.
void rhs(const real_t *x, real_t *f)
Base class for different ways to evaluate functions and derivatives within an SCPmethod for solving N...
#define BEGIN_NAMESPACE_ACADO
SCPstepFullstep & operator=(const SCPstepFullstep &rhs)
Data class for storing conic programs arising from optimal control.