[Ipopt-tickets] [Ipopt] #251: long ints

Ipopt coin-trac at coin-or.org
Fri Nov 21 05:10:42 EST 2014


#251: long ints
--------------------------+----------------------
  Reporter:  hager        |      Owner:  stefan
      Type:  enhancement  |     Status:  assigned
  Priority:  normal       |  Component:  Ipopt
   Version:  3.11         |   Severity:  normal
Resolution:               |   Keywords:
--------------------------+----------------------
Changes (by stefan):

 * owner:  ipopt-team => stefan
 * status:  new => assigned
 * type:  defect => enhancement


Comment:

 I think there originally has been the idea that you would just have to
 switch the typedef of {{{Index}}} in {{{src/Common/IpTypes.hpp}}} from
 {{{int}}} to {{{long int}}}, but doing so breaks the compilation in a
 number of interfaces (Lapack, MA27, then I gave up).
 These would need to be extended to deal with cases where {{{Index}}} and
 {{{ipfint}}} are different.

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



More information about the Ipopt-tickets mailing list