You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/options.dox
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,14 @@ Possible values:
193
193
NOTE: This option only works when read from the ipopt.opt options file! Determines the verbosity level for the file specified by "output_file". By default it is the same as "print_level". The valid range for this integer option is 0 ≤ file_print_level ≤ 12 and its default value is 5.
194
194
</blockquote>
195
195
196
+
\anchor OPT_file_append
197
+
<strong>file_append</strong>: Whether to append to output file, if set, instead of truncating.
198
+
<blockquote>
199
+
NOTE: This option only works when read from the ipopt.opt options file! The default value for this string option is "no".
200
+
201
+
Possible values: yes, no
202
+
</blockquote>
203
+
196
204
\anchor OPT_print_user_options
197
205
<strong>print_user_options</strong>: Print all options set by the user.
0 commit comments