Skip to content

Commit ade139e

Browse files
committed
update options.dox: new option added
1 parent bc3ac1e commit ade139e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/options.dox

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ Possible values:
193193
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.
194194
</blockquote>
195195

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+
196204
\anchor OPT_print_user_options
197205
<strong>print_user_options</strong>: Print all options set by the user.
198206
<blockquote>

0 commit comments

Comments
 (0)