26 #include "qp_to_nlp.hpp"
33 "Solve QPs using an Nlpsol Use the 'nlpsol' option to specify the NLP \n"
36 "Extra doc: https://github.com/casadi/casadi/wiki/L_235 \n"
39 ">List of available options\n"
41 "+----------------+-----------+---------------------------------+\n"
42 "| Id | Type | Description |\n"
43 "+================+===========+=================================+\n"
44 "| nlpsol | OT_STRING | Name of solver. |\n"
45 "+----------------+-----------+---------------------------------+\n"
46 "| nlpsol_options | OT_DICT | Options to be passed to solver. |\n"
47 "+----------------+-----------+---------------------------------+\n"
static const std::string meta_doc
A documentation string.