26 #include "knitro_interface.hpp"
35 "Extra doc: https://github.com/casadi/casadi/wiki/L_22c \n"
38 ">List of available options\n"
40 "+--------------------------+--------------------+--------------------------+\n"
41 "| Id | Type | Description |\n"
42 "+==========================+====================+==========================+\n"
43 "| complem_variables | OT_INTVECTORVECTOR | List of complementary |\n"
44 "| | | constraints on simple |\n"
45 "| | | bounds. Pair (i, j) |\n"
46 "| | | encodes complementarity |\n"
47 "| | | between the bounds on |\n"
48 "| | | variable i and variable |\n"
50 "+--------------------------+--------------------+--------------------------+\n"
51 "| contype | OT_INTVECTOR | Type of constraint |\n"
52 "+--------------------------+--------------------+--------------------------+\n"
53 "| detect_linear_constraint | OT_BOOL | Detect type of |\n"
54 "| s | | constraints |\n"
55 "+--------------------------+--------------------+--------------------------+\n"
56 "| knitro | OT_DICT | Options to be passed to |\n"
58 "+--------------------------+--------------------+--------------------------+\n"
59 "| options_file | OT_STRING | Read options from file |\n"
60 "| | | (solver specific) |\n"
61 "+--------------------------+--------------------+--------------------------+\n"
static const std::string meta_doc
A documentation string.