26 #include "cbc_interface.hpp"
33 "Interface to Cbc solver for sparse Quadratic Programs\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_221 \n"
38 ">List of available options\n"
40 "+-------------+-----------------------+------------------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+=============+=======================+====================================+\n"
43 "| cbc | OT_DICT | Options to be passed to CBC.Three |\n"
44 "| | | sets of options are supported. The |\n"
45 "| | | first can be found in |\n"
46 "| | | OsiSolverParameters.hpp. The |\n"
47 "| | | second can be found in |\n"
48 "| | | CbcModel.hpp. The third are |\n"
49 "| | | options that can be passed to |\n"
51 "+-------------+-----------------------+------------------------------------+\n"
52 "| hot_start | OT_BOOL | Hot start with x0 [Default false]. |\n"
53 "+-------------+-----------------------+------------------------------------+\n"
54 "| sos_groups | OT_INTVECTORVECTOR | Definition of SOS groups by |\n"
56 "+-------------+-----------------------+------------------------------------+\n"
57 "| sos_types | OT_INTVECTOR | Specify 1 or 2 for each SOS group. |\n"
58 "+-------------+-----------------------+------------------------------------+\n"
59 "| sos_weights | OT_DOUBLEVECTORVECTOR | Weights corresponding to SOS |\n"
61 "+-------------+-----------------------+------------------------------------+\n"
static const std::string meta_doc
A documentation string.