Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
config_default.h
Go to the documentation of this file.
00001 
00002 /* include the COIN-OR-wide system specific configure header */
00003 #include "configall_system.h"
00004 
00005 /* include the public project specific macros */
00006 #include "config_ipopt_default.h"
00007 
00008 /***************************************************************************/
00009 /*        HERE DEFINE THE PROJECT SPECIFIC PRIVATE MACROS                  */
00010 /*    These are only in effect in a setting that doesn't use configure     */
00011 /***************************************************************************/
00012 
00013 /* Define to the debug sanity check level (0 is no test) */
00014 #define COIN_IPOPT_CHECKLEVEL 0
00015 
00016 /* Define to the debug verbosity level (0 is no output) */
00017 #define COIN_IPOPT_VERBOSITY 0
00018 
00019 /* If defined, the Ampl Solver Library is available. */
00020 #define COIN_HAS_ASL 1
00021 
00022 /* If defined, the BLAS Library is available. */
00023 #define COIN_HAS_BLAS 1
00024 
00025 /* If defined, the LAPACK Library is available. */
00026 #define COIN_HAS_LAPACK 1
00027 
00028 /* If defined, the HSL library is available. */
00029 #define COIN_HAS_HSL 1
00030 
00031 /* If defined, the MUMPS library is available. */
00032 /* #undef COIN_HAS_MUMPS */
00033 
00034 /* Define to 1 if the linear solver loader should be compiled to allow dynamic
00035    loading of shared libraries with linear solvers */
00036 /* #undef HAVE_LINEARSOLVERLOADER */
00037 
00038 /* Define to 1 if Pardiso is available */
00039 /* #undef HAVE_PARDISO */
00040 
00041 /* Define to 1 if you are using Pardiso from MKL */
00042 /* #undef HAVE_PARDISO_MKL */
00043 
00044 /* Define to 1 if you are not using at least a 4.0 version of Pardiso */
00045 /* #undef HAVE_PARDISO_OLDINTERFACE 1 */
00046 
00047 /* Define to 1 if you are using the parallel version of Pardiso */
00048 /* #undef HAVE_PARDISO_PARALLEL */
00049 
00050 /* Define to 1 if WSMP is available */
00051 /* #undef HAVE_WSMP */
00052 
00053 /* Define to the C type corresponding to Fortran INTEGER */
00054 #ifndef FORTRAN_INTEGER_TYPE
00055 #define FORTRAN_INTEGER_TYPE int
00056 #endif
00057 
00058 #ifdef _MSC_VER
00059 /* Define to be the name of C-function for Inf check */
00060 #define COIN_C_FINITE _finite
00061 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines