Go to the documentation of this file.
8 #define IPOPT_VERSION "3.14.11"
11 #define IPOPT_VERSION_MAJOR 3
14 #define IPOPT_VERSION_MINOR 14
17 #define IPOPT_VERSION_RELEASE 11
22 #ifndef IPOPT_FORTRAN_INTEGER_TYPE
23 #define IPOPT_FORTRAN_INTEGER_TYPE ipindex
26 #ifndef IPOPTLIB_EXPORT
27 #if defined(_WIN32) && defined(DLL_EXPORT)
28 #define IPOPTLIB_EXPORT __declspec(dllimport)
30 #define IPOPTLIB_EXPORT
34 #ifndef SIPOPTLIB_EXPORT
35 #if defined(_WIN32) && defined(DLL_EXPORT)
36 #define DIPOPTLIB_EXPORT __declspec(dllimport)
38 #define DIPOPTLIB_EXPORT