26 #include "gurobi_interface.hpp"
33 "Interface to the GUROBI Solver for quadratic programming\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_22q \n"
38 ">List of available options\n"
40 "+-------------+-----------------------+------------------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+=============+=======================+====================================+\n"
43 "| gurobi | OT_DICT | Options to be passed to gurobi. |\n"
44 "+-------------+-----------------------+------------------------------------+\n"
45 "| sos_groups | OT_INTVECTORVECTOR | Definition of SOS groups by |\n"
47 "+-------------+-----------------------+------------------------------------+\n"
48 "| sos_types | OT_INTVECTOR | Specify 1 or 2 for each SOS group. |\n"
49 "+-------------+-----------------------+------------------------------------+\n"
50 "| sos_weights | OT_DOUBLEVECTORVECTOR | Weights corresponding to SOS |\n"
52 "+-------------+-----------------------+------------------------------------+\n"
53 "| vtype | OT_STRINGVECTOR | Type of variables: [CONTINUOUS|bin |\n"
54 "| | | ary|integer|semicont|semiint] |\n"
55 "+-------------+-----------------------+------------------------------------+\n"
static const std::string meta_doc
A documentation string.