Go to the documentation of this file. 6 #ifndef IPOPTLIB_EXPORT 7 #if defined(_WIN32) && defined(DLL_EXPORT) 8 #define IPOPTLIB_EXPORT __declspec(dllexport) 10 #define IPOPTLIB_EXPORT 23 #define IPOPT_CHECKLEVEL 0 26 #define IPOPT_VERBOSITY 0 32 #define IPOPT_HAS_LAPACK 1 57 #ifndef IPOPT_FORTRAN_INTEGER_TYPE 58 #define IPOPT_FORTRAN_INTEGER_TYPE int 63 #define IPOPT_C_FINITE _finite 65 #define IPOPT_C_FINITE std::isfinite 68 #define IPOPT_BLAS_FUNC(name,NAME) F77_FUNC(name,NAME) 69 #define IPOPT_LAPACK_FUNC(name,NAME) F77_FUNC(name,NAME) 70 #define IPOPT_PARDISO_FUNC(name,NAME) F77_FUNC(name,NAME) 71 #define IPOPT_WSMP_FUNC(name,NAME) F77_FUNC(name,NAME) 72 #define IPOPT_WSMP_FUNC_(name,NAME) F77_FUNC_(name,NAME)