Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
config.h
Go to the documentation of this file.
00001 #include "config_default.h"
00002 
00003 /* If defined, the METIS library is available. */
00004 #define COIN_HAS_METIS 1
00005 
00006 /* If defined, the MUMPS Library is available. */
00007 #define COIN_HAS_MUMPS 1
00008 
00009 #undef COIN_HAS_HSL
00010 
00011 /* Define to 1 if the linear solver loader should be compiled to allow dynamic
00012    loading of shared libaries with linear solvers */
00013 #define HAVE_LINEARSOLVERLOADER 1
00014 
00015 /* Define to 1 if Pardiso is available */
00016 #undef HAVE_PARDISO
00017 
00018 #define HAVE_CSTDDEF 1
00019 
00020 #define SHAREDLIBEXT "dll"
00021 
00022 #define __str__(s) #s
00023 #define __xstr__(s) __str__(s)
00024 
00025 #define IPOPT_RESOURCE_VERSION IPOPT_VERSION_MAJOR,IPOPT_VERSION_MINOR,IPOPT_VERSION_RELEASE,0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines