[Ipopt-tickets] [Ipopt] #231: Segmentation fault in Ipopt::AugRestoSystemSolver::Solve

Ipopt coin-trac at coin-or.org
Mon Feb 10 23:54:40 EST 2014


#231: Segmentation fault in Ipopt::AugRestoSystemSolver::Solve
------------------------+----------------------
  Reporter:  bchretien  |      Owner:  stefan
      Type:  defect     |     Status:  assigned
  Priority:  normal     |  Component:  Ipopt
   Version:  3.11       |   Severity:  critical
Resolution:             |   Keywords:
------------------------+----------------------

Comment (by stefan):

 So the issue seems to be that during restoration phase, the hessian
 approximation code tries to multiply a GenTMatrix by a compound vector,
 while the matrix would like to have a dense vector.

 As this is deep in the Ipopt algorithm, I hope that Andreas has some idea
 on how to workaround or even fix this.

--
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/231#comment:4>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list