<div dir="ltr">I already set print_level=0, but I still get the following message printed by Ipopt:<div><br></div><div><div>******************************************************************************</div><div>This program contains Ipopt, a library for large-scale nonlinear optimization.</div><div> Ipopt is released as open source code under the Eclipse Public License (EPL).</div><div>         For more information visit <a href="http://projects.coin-or.org/Ipopt">http://projects.coin-or.org/Ipopt</a></div><div>******************************************************************************</div></div><div><br></div><div><br></div><div>Is there a way to suppress this message? I wrote a script that I'll call inside a loop to solve many problems in succession, and it would be convenient to output the numbers I'm interested in to console. But this message makes that impossible (unless I were to parse it away), so I have to output to a file instead.</div></div>