[Ipopt-tickets] [Ipopt] #102: install headers needed to access IpoptCalculatedQuantities

Ipopt coin-trac at coin-or.org
Mon Jul 6 11:48:44 EDT 2009


#102: install headers needed to access IpoptCalculatedQuantities
------------------------------+---------------------------------------------
Reporter:  stefan             |       Owner:  ipopt-team
    Type:  enhancement        |      Status:  new       
Priority:  normal             |   Component:  Ipopt     
 Version:  3.6 (C++ Version)  |    Severity:  normal    
Keywords:                     |  
------------------------------+---------------------------------------------
 Hi,

 in finalize_solution, I like to access the !IpoptCalculatedQuantities
 object given to this method.
 For this, more header files than those installed by Ipopt are required.

 Can the Ipopt build system be extended to include these files? These are:
 {{{
 src/Algorithm/IpIpoptCalculatedQuantities.hpp
 src/Algorithm/IpIpoptNLP.hpp
 src/Algorithm/IpIpoptData.hpp
 src/Algorithm/IpNLPScaling.hpp
 src/Algorithm/IpIteratesVector.hpp
 src/Algorithm/IpTimingStatistics.hpp
 src/LinAlg/IpScaledMatrix.hpp
 src/LinAlg/IpSymScaledMatrix.hpp
 src/LinAlg/IpCompoundVector.hpp
 }}}

 Stefan

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



More information about the Ipopt-tickets mailing list