[Ipopt] Ipopt include files

Stefan Vigerske stefan at math.hu-berlin.de
Sun Dec 30 09:36:42 EST 2012


Hi,

On 12/30/2012 02:47 PM, Brad Bell wrote:
> I have a template class header file that includes the files
>      # include <coin/IpIpoptApplication.hpp>
>      # include <coin/IpTNLP.hpp>
>
> I never use the template class, so even though I define it, I do not
> expect to need Ipopt to link the corresponding program. The problem is
> that it appears that the Ipopt include files listed above are not pure
> definitions; i.e., they are actually building code that requires the
> Ipopt library to link ?

These two header files include a number of other files.
Can you be more specific what code they are building? Which symbols do 
they define?

Stefan



More information about the Ipopt mailing list