<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><br>That is expected behavior for Ipopt. If you want to send options-file-only options to Ipopt you can prefix the option name with OF_ and Pyomo will automatically create this file for you and tell Ipopt to use it.<div><br></div><div>Gabe<br><div dir="ltr"><br><blockquote type="cite">On Feb 29, 2020, at 5:28 PM, Vladimir V. Voloshinov <vladimir.voloshinov@gmail.com> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div>We are using Ipopt for a long time, but recently I found that some options may be set from options file only.</div><div><br></div><div>For example, if I have ipopt.opt file with the line </div>print_frequency_iter 100<br>than the command<br>$ ipopt <a href="http://problem.nl">problem.nl</a> -AMPL "option_file_name=ipopt.opt"<br><div>works fine.</div><div><br></div><div>But when I try the command</div><div>$ ipopt <a href="http://problem.nl">problem.nl</a> -AMPL "print_frequency_iter=100"</div><div>I get the following error message:</div><div>Ipopt 3.12.13: Unknown keyword "print_frequency_iter"</div><div><br></div><div><div>Currently we have Ipopt 3.12.13 (Linux x86_64), ASL(20180528), gcc 7.4.0.</div><div><br></div></div><div>Is it a bug of our compilation or "a feature" of Ipopt release?</div><div><br></div><div>Sincerely yours,</div><div>Vladimir Voloshinov.<br></div></div>
<span>_______________________________________________</span><br><span>Ipopt mailing list</span><br><span>Ipopt@list.coin-or.org</span><br><span>https://list.coin-or.org/mailman/listinfo/ipopt</span><br></div></blockquote></div></body></html>