26 #include "conopt_interface.hpp"
36 ">List of available options\n"
38 "+---------------+-----------+-----------------------------------+\n"
39 "| Id | Type | Description |\n"
40 "+===============+===========+===================================+\n"
41 "| conopt | OT_DICT | Options to be passed to CONOPT |\n"
42 "+---------------+-----------+-----------------------------------+\n"
43 "| debug | OT_BOOL | Print debug output: constraint |\n"
44 "| | | values at each FDEval, solution |\n"
45 "| | | vector, and option echo |\n"
46 "+---------------+-----------+-----------------------------------+\n"
47 "| exact_hessian | OT_BOOL | Provide exact Hessian to CONOPT |\n"
48 "+---------------+-----------+-----------------------------------+\n"
49 "| optfile | OT_STRING | Path to a CONOPT option file (for |\n"
50 "| | | string-valued CR-cells such as |\n"
51 "| | | Algorithm) |\n"
52 "+---------------+-----------+-----------------------------------+\n"
53 "| warm_start | OT_BOOL | Warm-start CONOPT using |\n"
54 "| | | multipliers from a prior solve to |\n"
55 "| | | infer basis status (IniStat=2) |\n"
56 "+---------------+-----------+-----------------------------------+\n"
static const std::string meta_doc
A documentation string.