[Ipopt-tickets] [Ipopt] #179: solution not within bounds when all variables are fixed
Ipopt
coin-trac at coin-or.org
Sat Mar 30 13:29:08 EDT 2013
#179: solution not within bounds when all variables are fixed
---------------------+------------------------
Reporter: stefan | Owner: ipopt-team
Type: defect | Status: closed
Priority: normal | Component: Ipopt
Version: 3.10 | Severity: normal
Resolution: fixed | Keywords:
---------------------+------------------------
Changes (by stefan):
* status: new => closed
* resolution: => fixed
Comment:
Should be fixed with r2173.
The additional call to finalize_solution in IpoptApplication is skipped
now.
TNLPAdapter::GetStartingPoint actually stored no values in
p2ip_data->curr()->x(), so it probably still had the one from the previous
solve or the provided starting point.
--
Ticket URL: <https://projects.coin-or.org/ticket/179#comment:2>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.
More information about the Ipopt-tickets
mailing list