<div dir="ltr"><div><div>Hi,<br>I&#39;m trying to use the CPP version of ipopt.<br>With the C version I used : <br>AddIpoptStrOption(nlp, &quot;hessian_approximation&quot;, &quot;limited-memory&quot;);<br>I try to use in CPP version:<br>app-&gt;Options()-&gt;SetStringValue(&quot;hessian_approximation&quot;, &quot;limited-memory&quot;);<br></div>I put false for the return value of eval_h, I also tried to delete eval_h :-). I have a message that the program trigged a breakpoint, and after that it stops.<br>How to use &quot;hessian_approximation&quot; in CPP.<br></div><div>By the way, is there a difference in term of performance between CPP, and C versions if they use same solvers?<br><br></div><div>Thanks<br></div></div>