26 #include "mosek_interface.hpp"
33 "Interface to the MOSEK Optimizer for sparse Linear, Quadratic, Mixed-\n"
34 "Integer and Second-Order Cone Programs. See https://www.mosek.com for details and the MOSEK reference manual for the list of parameters\n"
35 " that may be passed via the mosek option dict (e.g. MSK_IPAR_LOG, MSK_DPAR_INTPNT_QO_TOL_REL_GAP).\n"
37 "Extra doc: https://github.com/casadi/casadi/wiki/L_mosek \n"
40 ">List of available options\n"
42 "+-------+---------+--------------------------------------------------------+\n"
43 "| Id | Type | Description |\n"
44 "+=======+=========+========================================================+\n"
45 "| mosek | OT_DICT | Options to be passed to MOSEK. Each entry's key is the |\n"
46 "| | | MOSEK parameter name (e.g. \"MSK_IPAR_LOG\", |\n"
47 "| | | \"MSK_DPAR_INTPNT_QO_TOL_REL_GAP\"); the value's type |\n"
48 "| | | must match the parameter's type (int parameters take |\n"
49 "| | | int, dpar take double, spar take string). |\n"
50 "+-------+---------+--------------------------------------------------------+\n"
static const std::string meta_doc
A documentation string.