35 #ifndef ACADO_TOOLKIT_BOUNDARY_CONSTRAINT_HPP 36 #define ACADO_TOOLKIT_BOUNDARY_CONSTRAINT_HPP 123 inline int getNC()
const;
136 #include <acado/constraint/boundary_constraint.ipp> 139 #endif // ACADO_TOOLKIT_BOUNDARY_CONSTRAINT_HPP Data class for storing generic optimization variables.
Implements a very rudimentary block sparse matrix class.
Allows to pass back messages to the calling function.
Allows to conveniently handle (one-dimensional) grids consisting of time points.
Stores and evaluates boundary constraints within optimal control problems.
#define CLOSE_NAMESPACE_ACADO
Base class for all variables within the symbolic expressions family.
returnValue evaluate(const OCPiterate &iter)
BoundaryConstraint & operator=(const BoundaryConstraint &rhs)
Base class for all kind of constraints (except for bounds) within optimal control problems...
virtual ~BoundaryConstraint()
void rhs(const real_t *x, real_t *f)
returnValue evaluateSensitivities()
returnValue add(const double lb_, const Expression &arg1, const Expression &arg2, const double ub_)
#define BEGIN_NAMESPACE_ACADO