26 #include "ooqp_interface.hpp"
33 "Interface to the OOQP Solver for quadratic programming The current \n"
34 "implementation assumes that OOQP is configured with the MA27 sparse \n"
37 "NOTE: when doing multiple calls to evaluate(), check if you need to \n"
40 "Extra doc: https://github.com/casadi/casadi/wiki/L_222 \n"
43 ">List of available options\n"
45 "+-------------+-----------+------------------------------------------------+\n"
46 "| Id | Type | Description |\n"
47 "+=============+===========+================================================+\n"
48 "| artol | OT_DOUBLE | tolerance as provided with setArTol to OOQP |\n"
49 "+-------------+-----------+------------------------------------------------+\n"
50 "| mutol | OT_DOUBLE | tolerance as provided with setMuTol to OOQP |\n"
51 "+-------------+-----------+------------------------------------------------+\n"
52 "| print_level | OT_INT | Print level. OOQP listens to print_level 0, 10 |\n"
54 "+-------------+-----------+------------------------------------------------+\n"
static const std::string meta_doc
A documentation string.