<div dir="auto"><span style="font-family:sans-serif;font-size:12.8px">Sir,</span><div style="font-family:sans-serif;font-size:12.8px" dir="auto">I am Divyayan Dey, an Electronics and Communication Engineering student from India. </div><div style="font-family:sans-serif;font-size:12.8px" dir="auto">I am solving an optimization problem using couenne solver in Pyomo(the problem being non-convex). I have a finite capacity to distribute among a set of elements. However, with any initial guess <img alt="x0" src="https://s0.wp.com/latex.php?zoom=3&bg=ffffff&fg=000000&s=0&latex=x0" height="11" width="16" style="display:inline;vertical-align:-0.333px">  provided to the solver, the optimized vector is messed up badly; e.g., with a capacity of 1000 to distribute ,the optimized vector <img alt="x" src="https://s0.wp.com/latex.php?zoom=3&bg=ffffff&fg=000000&s=0&latex=x" height="7" width="8" style="display:inline"> gives [897,1,1,1,1....] . With a capacity of 500, the vector <img alt="x" src="https://s0.wp.com/latex.php?zoom=3&bg=ffffff&fg=000000&s=0&latex=x" height="7" width="8" style="display:inline"> is [397,1,1,...]. And when the optimization is done only in the convex portion of the objective function, the initial guess <img alt="x0" src="https://s0.wp.com/latex.php?zoom=3&bg=ffffff&fg=000000&s=0&latex=x0" height="11" width="16" style="display:inline;vertical-align:-0.333px"> is returned itself showing no evaluations done. What could be a possible reason for this? I can add the code if you would like to introspect. </div><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><br></div><div style="font-family:sans-serif;font-size:12.8px" dir="auto">Thanks. Regards,</div><div style="font-family:sans-serif;font-size:12.8px" dir="auto">Divyayan Dey </div></div>