Go to the documentation of this file.
8 #define IPOPT_VERSION "3.13.4"
11 #define IPOPT_VERSION_MAJOR 3
14 #define IPOPT_VERSION_MINOR 13
17 #define IPOPT_VERSION_RELEASE 4
20 #ifndef IPOPT_FORTRAN_INTEGER_TYPE
21 #define IPOPT_FORTRAN_INTEGER_TYPE int
24 #ifndef IPOPTLIB_EXPORT
25 #if defined(_WIN32) && defined(DLL_EXPORT)
26 #define IPOPTLIB_EXPORT __declspec(dllimport)
28 #define IPOPTLIB_EXPORT