[Ipopt-tickets] [Ipopt] #220: consistent warning for linear solver option

Ipopt coin-trac at coin-or.org
Fri Sep 27 07:12:03 EDT 2013


#220: consistent warning for linear solver option
---------------------+----------------------------
  Reporter:  vruge   |      Owner:  ipopt-team
      Type:  defect  |     Status:  new
  Priority:  low     |  Component:  Ipopt
   Version:  3.11    |   Severity:  normal
Resolution:          |   Keywords:  warning, mumps
---------------------+----------------------------

Comment (by vruge):

 I was thinking in a different direction.

 '''Varaint 1:'''
 if
 {{{
 AddIpoptStrOption(nlp, "linear_solver", "mumps");
 }}}
 is set than user know what he/she doing and the warning should gone,
 because linear_solver was set explicit.

 '''Varaint 2:'''
 always if mumps is using ipopt should given a warning for user.

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



More information about the Ipopt-tickets mailing list