32 #ifndef ACADO_TOOLKIT_EXPORT_FORCES_GENERATOR_HPP 33 #define ACADO_TOOLKIT_EXPORT_FORCES_GENERATOR_HPP 63 const std::string& _fileName,
64 const std::string& _commonHeaderName =
"",
65 const std::string& _realString =
"real_t",
66 const std::string& _intString =
"int",
68 const std::string& _commentString = std::string()
82 const std::vector< std::vector< unsigned > >& _lbIdx,
83 const std::vector< std::vector< unsigned > >& _ubIdx,
84 const std::vector< unsigned >& _AbDim,
85 const bool _constHessian,
86 const bool _diagHessian,
87 const bool _diagHessianN,
88 const bool _fixedInitialState,
89 const std::string& _solverName,
90 const unsigned _printLevel,
91 const unsigned _maxIterations,
92 const unsigned _parallel,
100 #endif // ACADO_TOOLKIT_EXPORT_FORCES_GENERATOR_HPP Allows to pass back messages to the calling function.
Generator of the FORCES interface, the to, be called from MATLAB.
#define CLOSE_NAMESPACE_ACADO
Allows export of template files.
ExportForcesGenerator(const std::string &_templateName, const std::string &_fileName, const std::string &_commonHeaderName="", const std::string &_realString="real_t", const std::string &_intString="int", int _precision=16, const std::string &_commentString=std::string())
virtual ~ExportForcesGenerator()
#define BEGIN_NAMESPACE_ACADO
virtual returnValue configure()