<div>Hi, all.</div><div>š</div><div>I have tried to follow the guide about writing the example of NL problem on C++ and have found that declaration and example definition of function "finalize_solution" differ.</div><div>š</div><div>virtual void finalize_solution(SolverReturn status, Index n,<br />const Number* x, const Number* z_L,<br />const Number* z_U, Index m, const Number* g,<br />const Number* lambda, Number obj_value,<br />const IpoptData* ip_data,<br />IpoptCalculatedQuantities* ip_cq)</div><div>š</div><div>void HS071_NLP::finalize_solution(SolverReturn status,<br />Index n, const Number* x, const Number* z_L,<br />const Number* z_U, Index m, const Number* g,<br />const Number* lambda, Number obj_value)</div><div>Maybe somebody forgot to update the example definition in this documentation?</div><div>š</div><div>---</div><div>š</div><div>Thanks</div><div>š</div><div>Ilya</div>