26 #include "clp_interface.hpp"
33 "Interface to Clp solver for sparse Quadratic Programs\n"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_22d \n"
38 ">List of available options\n"
40 "+-----+---------+----------------------------------------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+=====+=========+==========================================================+\n"
43 "| clp | OT_DICT | Options to be passed to CLP. A first set of options can |\n"
44 "| | | be found in ClpParameters.hpp. eg. 'PrimalTolerance'. |\n"
45 "| | | There are other options in additions. 'AutomaticScaling' |\n"
46 "| | | (bool) is recognised. 'initial_solve' (default off) |\n"
47 "| | | activates the use of Clp's initialSolve. |\n"
48 "| | | 'initial_solve_options' takes a dictionary with |\n"
49 "| | | following keys (see ClpSolve.hpp): SolveType (string), |\n"
50 "| | | PresolveType (string), NumberPasses, SpecialOptions |\n"
51 "| | | (intvectorvector), IndependentOptions (intvectorvector). |\n"
52 "+-----+---------+----------------------------------------------------------+\n"
static const std::string meta_doc
A documentation string.