<div>Hi Friends/Seniors,</div>
<div> </div>
<div>I am new to the COIN-OR/BONMIN library, I just started playing it. </div>
<div> </div>
<div>I am trying to solve pure integer problem without any constraints (only upper and lower limit of variable are defined). </div>
<div> </div>
<div>So I did modification in &quot;MyTMINLP.cpp&quot; file and when I am trying to solve my problem it is giving me that &quot;Ipopt has failed to solve a problem&quot;, but I see last function evaluation was the solution of my problem, then why &quot;ipopt&quot; is having difficulty to understand it.. </div>

<div> </div>
<div>I attached my modified file for your reference, Please help me. I will be very thankful of you.</div>
<div> </div>
<div> </div>
<div> </div>
<div><strong>Message shown during the run</strong></div>
<div>******************************************************************************<br>This program contains Ipopt, a library for large-scale nonlinear optimization.<br> Ipopt is released as open source code under the Common Public License (CPL).<br>
         For more information visit <a href="http://projects.coin-or.org/Ipopt">http://projects.coin-or.org/Ipopt</a><br>******************************************************************************</div>
<div>NOTE: You are using Ipopt by default with the MUMPS linear solver.<br>      Other linear solvers might be more efficient (see Ipopt documentation).</div>
<div><br>point : (0.500000, 0.500000, 0.500000, 0.500000, 0.500000, 0.500000, 0.500000, 0.500000, 0.500000, 0.500000), obj_val : 3.181981<br>point : (0.252500, 0.005000, 0.005000, 0.005000, 0.005000, 0.005000, 0.005000, 0.005000, 0.005000, 0.252500), obj_val : 0.127879<br>
point : (0.055042, 0.000050, 0.000050, 0.000050, 0.000050, 0.000050, 0.000050, 0.000050, 0.000050, 0.055042), obj_val : 0.006059<br>point : (0.000550, 0.000012, 0.000012, 0.000012, 0.000012, 0.000012, 0.000012, 0.000012, 0.000012, 0.000550), obj_val : 0.000001<br>
point : (0.000025, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000025), obj_val : 0.000000<br>point : (0.000000, -0.000000, -0.000000, -0.000000, -0.000000, -0.000000, -0.000000, -0.000000, -0.000000, 0.000000), obj_val : 0.000000<br>
Problem status: 4<br>Objective value: 1.79769e+308<br>Ipopt has failed to solve a problem<br></div>
<div> </div>
<div>Thanks &amp; Regards,</div>
<div>Udit Kumar</div>
<div>MS(R) Student, IIT delhi, India</div>