35 #ifndef ACADO_TOOLKIT_PATH_CONSTRAINT_HPP 36 #define ACADO_TOOLKIT_PATH_CONSTRAINT_HPP 124 inline int getNC()
const;
127 inline int getDim(
const int& idx_ );
141 #include <acado/constraint/path_constraint.ipp> 144 #endif // ACADO_TOOLKIT_PATH_CONSTRAINT_HPP
Data class for storing generic optimization variables.
Implements a very rudimentary block sparse matrix class.
returnValue evaluateSensitivities()
returnValue add(const DVector lb_, const Expression &arg, const DVector ub_)
Allows to pass back messages to the calling function.
Allows to conveniently handle (one-dimensional) grids consisting of time points.
#define CLOSE_NAMESPACE_ACADO
Stores and evaluates path constraints within optimal control problems.
Base class for all variables within the symbolic expressions family.
Base class for all kind of constraints (except for bounds) within optimal control problems...
void rhs(const real_t *x, real_t *f)
BooleanType isBoxConstraint() const
returnValue evaluate(const OCPiterate &iter)
PathConstraint & operator=(const PathConstraint &rhs)
int getDim(const int &idx_)
virtual ~PathConstraint()
#define BEGIN_NAMESPACE_ACADO