Greetings<br clear="all"><div><br></div><div>I&#39;m using the C++ interface and I&#39;m trying to set the &quot;max_iter&quot; option, but I get an exception:</div><div>&quot;...Microsoft C++ exception: std::bad_alloc at memory location...&quot;</div>

<div><br></div><div>Here is the surrounding code, the exception is thrown at the second line:</div><div><br></div><div><div><font face="courier new, monospace">SmartPtr&lt;IpoptApplication&gt; app = IpoptApplicationFactory();</font></div>

<div><font face="courier new, monospace">app-&gt;Options()-&gt;SetIntegerValue(&quot;max_iter&quot;, 500);</font></div><div><font face="courier new, monospace">ApplicationReturnStatus status = app-&gt;Initialize();</font></div>

</div><div><br></div><div><br></div><div>Thanks</div><div>Nuno</div>