[Ipopt-tickets] [Ipopt] #272: release 3.12.4 does not work with SCIP

Ipopt coin-trac at coin-or.org
Wed Apr 27 04:38:07 EDT 2016


#272: release 3.12.4 does not work with SCIP
-----------------------+------------------------
  Reporter:  andreasw  |      Owner:  ipopt-team
      Type:  task      |     Status:  new
  Priority:  low       |  Component:  Ipopt
   Version:  3.12      |   Severity:  normal
Resolution:            |   Keywords:
-----------------------+------------------------

Comment (by stefan):

 Hmm, that is odd.
 SCIP (3.2.1) should not try to use the allow_clobber argument for Ipopt <
 3.12.5:
 {{{
 #if (IPOPT_VERSION_MAJOR > 3) || (IPOPT_VERSION_MAJOR == 3 &&
 IPOPT_VERSION_MINOR > 12) || (IPOPT_VERSION_MAJOR == 3 &&
 IPOPT_VERSION_MINOR == 12 && IPOPT_VERSION_RELEASE >= 5)
       if(
 !(*problem)->ipopt->Options()->ReadFromStream(*(*problem)->ipopt->Jnlst(),
 is, true) )
 #else
       if(
 !(*problem)->ipopt->Options()->ReadFromStream(*(*problem)->ipopt->Jnlst(),
 is) )
 #endif
 }}}

 I should make a new release anyway.

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



More information about the Ipopt-tickets mailing list