[Ipopt] Warm Start Interface for C++

Pranav Maheshwari pranavm.13 at gmail.com
Sun Sep 24 19:37:40 EDT 2017


​​
Hell0,

I am exploring the usage of warm start using C++ and upon going through the
code I'm a bit lost as to what exactly needs to be done to make it work. If
I use the simple Ipopt::solve method,
https://www.coin-or.org/CppAD/Doc/ipopt_solve.htm, and set option
warm_start_initialization to yes that doesn't work because
Ipopt::solve_callback doesn't support it. Am I expected to write my own
method for solve and solve callback that support warm start and will
inherit from TNLP?
https://www.coin-or.org/Ipopt/documentation/node23.html#SECTION00053410000000000000
Is that the only way?

Thanks,
Pranav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/ipopt/attachments/20170924/70997b22/attachment.html>


More information about the Ipopt mailing list