<div dir="ltr"><div><div><div><div><div>Hello,<br></div>I develop in C++ a scientific model where I already use IPOPT (together with ADOL-C and ColPack) to solve a large nonlinear problem.<br><br></div>Now I need, in an other part of the model, to solve many (~10,000 per simulation year) small quadratic problems of this form:<br>

<br>min<br>  sum_i sum_j  a_{i,j} x_i x_j<br>s.t.<br>  sum_i x_i = 1<br>  x_i &gt;= 0<br>  sum_i x_i b_i = c<br><br>with i=j ~ 10 and a_{i,j} &gt;=0 for i = j<br><br><br></div>Do you suggest me to use IPOPT also for these problems or would it be better to use a solver that is specialized in small quadratic programming (little initialisation costs) ?<br>

<br></div>Thanks,<br></div>  Antonello<br><div><div><div><div><div><div><div><br clear="all"><br>-- <br><div dir="ltr">Antonello Lobianco<br>AgroParisTech, Laboratoire d&#39;Economie Forestière<br>14 Rue Girardet - 54000 Nancy, France<br>

Tel: +33.383396865<br>Email: <a href="mailto:antonello.lobianco@nancy.inra.fr" target="_blank">antonello.lobianco@nancy.inra.fr</a><br><a href="http://antonello.lobianco.org/" target="_blank">http://antonello.lobianco.org</a></div>


</div></div></div></div></div></div></div></div>