[Coin-ipopt] Simple code changes

Oliveira, Ivan B ivan.b.oliveira at intel.com
Wed Oct 12 13:37:37 EDT 2005


Hi guys,

 

We've used IPOPT with our own version of STL, which has uncovered a few
places in the linear algebra code files where more explicit code would
be helpful.  Please consider the following simple modifications to the
code.  We've tested them out for both standard STL that ships with gcc
and our own version, and it work for both.

 

IpTripletToCSRConverter.hpp

        -      bool operator< (const TripletEntry& Tentry)
        +      bool operator< (const TripletEntry& Tentry) const

 

IpCompoundMatrix.cpp

        +#include <iostream>

 

IpCompoundSymMatrix.cpp

        +#include <iostream>

 

IpCompoundVector.cpp

        +#include <iostream>

 

IpSumMatrix.cpp

        +#include <iostream>

 

IpSumSymMatrix.cpp

        +#include <iostream>

 

Thanks,

 

--Ivan.

 

----------------------------

Ivan B. Oliveira

SC12-205

(408)765-0584

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/ipopt/attachments/20051012/feaa04ec/attachment.html 


More information about the Coin-ipopt mailing list