26 #include "madnlp_interface.hpp"
32 ">List of available options\n"
34 "+--------------------+--------------+--------------------------------------+\n"
35 "| Id | Type | Description |\n"
36 "+====================+==============+======================================+\n"
37 "| convexify_margin | OT_DOUBLE | When using a convexification |\n"
38 "| | | strategy, make sure that the |\n"
39 "| | | smallest eigenvalue is at least this |\n"
40 "| | | (default: 1e-7). |\n"
41 "+--------------------+--------------+--------------------------------------+\n"
42 "| convexify_strategy | OT_STRING | NONE|regularize|eigen-reflect|eigen- |\n"
43 "| | | clip. Strategy to convexify the |\n"
44 "| | | Lagrange Hessian before passing it |\n"
45 "| | | to the solver. |\n"
46 "+--------------------+--------------+--------------------------------------+\n"
47 "| madnlp | OT_DICT | Options to be passed to madnlp |\n"
48 "+--------------------+--------------+--------------------------------------+\n"
49 "| ng | OT_INTVECTOR | Number of constraints |\n"
50 "+--------------------+--------------+--------------------------------------+\n"
51 "| nw | OT_INTVECTOR | Number of variables |\n"
52 "+--------------------+--------------+--------------------------------------+\n"
static const std::string meta_doc
A documentation string.