26 #include "osqp_interface.hpp"
33 "Interface to the OSQP Solver for quadratic programming\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_220 \n"
38 "Interface to the PROXQP Solver for quadratic programming\n"
40 "Extra doc: https://github.com/casadi/casadi/wiki/L_243 \n"
43 ">List of available options\n"
45 "+-------------------+---------+--------------------------------------------+\n"
46 "| Id | Type | Description |\n"
47 "+===================+=========+============================================+\n"
48 "| osqp | OT_DICT | const Options to be passed to osqp. |\n"
49 "+-------------------+---------+--------------------------------------------+\n"
50 "| warm_start_dual | OT_BOOL | Use lam_a0 and lam_x0 input to warmstart |\n"
51 "| | | [Default: truw]. |\n"
52 "+-------------------+---------+--------------------------------------------+\n"
53 "| warm_start_primal | OT_BOOL | Use x0 input to warmstart [Default: true]. |\n"
54 "+-------------------+---------+--------------------------------------------+\n"
static const std::string meta_doc
A documentation string.