[Ipopt-tickets] [Ipopt] #121: Undefined methods in Ipopt::Journal class

Ipopt coin-trac at coin-or.org
Fri Apr 30 10:32:31 EDT 2010


#121: Undefined methods in Ipopt::Journal class
------------------------------+---------------------------------------------
Reporter:  ycollet            |       Owner:  andreasw
    Type:  defect             |      Status:  assigned
Priority:  normal             |   Component:  Ipopt   
 Version:  3.8 (C++ Version)  |    Severity:  normal  
Keywords:                     |  
------------------------------+---------------------------------------------
Changes (by andreasw):

  * owner:  ipopt-team => andreasw
  * status:  new => assigned


Comment:

 Not sure I understand.

 The implementation of Journal::SetPrintLevel is around line 331 in
 IpJournalist.cpp and looks like this:

 {{{
   void Journal::SetPrintLevel(
     EJournalCategory category,
     EJournalLevel level)
   {
     print_levels_[(Index)category] = (Index) level;
   }
 }}}

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



More information about the Ipopt-tickets mailing list