SOLVED :-)<br><br>I used the slightly modified generate_tape() and deallocation part of finalize_solution() of the bocop package (<a href="http://www.bocop.org">http://www.bocop.org</a>, file bocop-1.0.3-beta/new_nlp/BOCOP_Problem.cpp) .. no more valgrind errors and problem that solve indipendently from HPOFF and the number of times it is run...<br>

<br>So for anyone trying to use Ipopt/Adol-C/ColPack together they should use that version as the one in the adol-c documentation has the reported issues.<br> <br>Thanks everyone :-)<br><br>Antonello<br><br><div class="gmail_quote">

2012/8/30 Andrea Walther <span dir="ltr">&lt;<a href="mailto:andrea.walther@uni-paderborn.de" target="_blank">andrea.walther@uni-paderborn.de</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
HPOFF stands for Hessian Pattern Offset<br>
<br>
it is used to merge the sparsity pattern of the target funtion<br>
with the sparsity pattern of the constraints.<br>
<div class="im"><br>
&gt; And then I noticed that increasing HPOFF (defined in<br>
&gt; ADOL-C_sparseNLP.hpp) from 30 to 60 I was ok.<br>
<br>
</div>Then you have probably really large problems ;-)<br>
<div class="im"><br>
&gt;<br>
&gt; So, basically what is HPOFF ? is there a way to get it automatically<br>
&gt; size depending on the dimensions of the problem, so it never crash<br>
&gt; whatever the data ?<br>
<br>
</div>So it has been a while since I programmed it. Therefore, if I remeber it<br>
right, the following should be true:<br>
<br>
One could use in the allocation<br>
<br>
instead of<br>
<br>
(HP_g[i][0]+HPOFF)<br>
<br>
probably<br>
<br>
(HP_g[i][0]+HP_f[i][0]+1)<br>
<br>
this should provide enough space but might be<br>
a considerable overestimation.<br>
<br>
Best regards<br>
<br>
Andrea<br>
<br>
--<br>
Prof. Dr. Andrea Walther<br>
Lehrstuhl fuer Mathematik und ihre Anwendungen<br>
Institut fuer Mathematik<br>
Universitaet Paderborn<br>
Warburger Str. 100<br>
33098 Paderborn<br>
<br>
Email: <a href="mailto:andrea.walther@uni-paderborn.de">andrea.walther@uni-paderborn.de</a><br>
Phone: <a href="tel:%2B%2B49%205251%20602721" value="+495251602721">++49 5251 602721</a><br>
Fax:   <a href="tel:%2B%2B49%205251%20603728" value="+495251603728">++49 5251 603728</a><br>
<br>
**********<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Antonello Lobianco<br>INRA, Laboratoire d&#39;Economie Forestière<br>14 Rue Girardet - 54000 Nancy, France<br>Tel: +33.652392310<br>Email: <a href="mailto:antonello.lobianco@nancy-engref.inra.fr" target="_blank">antonello.lobianco@nancy-engref.inra.fr</a><br>

<a href="http://antonello.lobianco.org/" target="_blank">http://antonello.lobianco.org</a><br>