[Ipopt-tickets] [Ipopt] #195: non-deterministic results of IPOPT with MA57 from Matlab

Ipopt coin-trac at coin-or.org
Wed Feb 20 16:44:47 EST 2013


#195: non-deterministic results of IPOPT with MA57 from Matlab
----------------------+------------------------
  Reporter:  huigang  |      Owner:  ipopt-team
      Type:  defect   |     Status:  new
  Priority:  highest  |  Component:  Ipopt
   Version:  3.10     |   Severity:  normal
Resolution:           |   Keywords:
----------------------+------------------------

Comment (by huigang):

 The problem can be duplicated by the following commands in Matlab

 load lp1
 x1=lpSolve(c, A, bl, bu, xl, xu, x0);
 x2=lpSolve(c, A, bl, bu, xl, xu, x0);
 sum(abs(x1-x2))

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



More information about the Ipopt-tickets mailing list