Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
config.h
Go to the documentation of this file.
1 #include "config_default.h"
2 
3 /* If defined, the METIS library is available. */
4 #define COIN_HAS_METIS 1
5 
6 /* If defined, the MUMPS Library is available. */
7 #define COIN_HAS_MUMPS 1
8 
9 #undef COIN_HAS_HSL
10 
11 /* Define to 1 if the linear solver loader should be compiled to allow dynamic
12  loading of shared libaries with linear solvers */
13 #define HAVE_LINEARSOLVERLOADER 1
14 
15 /* Define to 1 if Pardiso is available */
16 #undef HAVE_PARDISO
17 
18 #define HAVE_CSTDDEF 1
19 
20 #define SHAREDLIBEXT "dll"
21 
22 #define __str__(s) #s
23 #define __xstr__(s) __str__(s)
24 
25 #define IPOPT_RESOURCE_VERSION IPOPT_VERSION_MAJOR,IPOPT_VERSION_MINOR,IPOPT_VERSION_RELEASE,0