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 strategy, |\n"
38 "| | | make sure that the smallest eigenvalue |\n"
39 "| | | is at least this (default: 1e-7). |\n"
40 "+--------------------+-----------+-----------------------------------------+\n"
41 "| convexify_strategy | OT_STRING | NONE|regularize|eigen-reflect|eigen- |\n"
42 "| | | clip. Strategy to convexify the |\n"
43 "| | | Lagrange Hessian before passing it to |\n"
44 "| | | the solver. |\n"
45 "+--------------------+-----------+-----------------------------------------+\n"
46 "| madnlp | OT_DICT | Options to be passed to madnlp |\n"
47 "+--------------------+-----------+-----------------------------------------+\n"
static const std::string meta_doc
A documentation string.