Ipopt 3.11.9
Loading...
Searching...
No Matches
config_default.h
Go to the documentation of this file.
1
2/* include the COIN-OR-wide system specific configure header */
3#include "configall_system.h"
4
5/* include the public project specific macros */
7
8/***************************************************************************/
9/* HERE DEFINE THE PROJECT SPECIFIC PRIVATE MACROS */
10/* These are only in effect in a setting that doesn't use configure */
11/***************************************************************************/
12
13/* Define to the debug sanity check level (0 is no test) */
14#define COIN_IPOPT_CHECKLEVEL 0
15
16/* Define to the debug verbosity level (0 is no output) */
17#define COIN_IPOPT_VERBOSITY 0
18
19/* If defined, the Ampl Solver Library is available. */
20#define COIN_HAS_ASL 1
21
22/* If defined, the BLAS Library is available. */
23#define COIN_HAS_BLAS 1
24
25/* If defined, the LAPACK Library is available. */
26#define COIN_HAS_LAPACK 1
27
28/* If defined, the HSL library is available. */
29#define COIN_HAS_HSL 1
30
31/* If defined, the MUMPS library is available. */
32/* #undef COIN_HAS_MUMPS */
33
34/* Define to 1 if the linear solver loader should be compiled to allow dynamic
35 loading of shared libraries with linear solvers */
36/* #undef HAVE_LINEARSOLVERLOADER */
37
38/* Define to 1 if Pardiso is available */
39/* #undef HAVE_PARDISO */
40
41/* Define to 1 if you are using Pardiso from MKL */
42/* #undef HAVE_PARDISO_MKL */
43
44/* Define to 1 if you are not using at least a 4.0 version of Pardiso */
45/* #undef HAVE_PARDISO_OLDINTERFACE 1 */
46
47/* Define to 1 if you are using the parallel version of Pardiso */
48/* #undef HAVE_PARDISO_PARALLEL */
49
50/* Define to 1 if WSMP is available */
51/* #undef HAVE_WSMP */
52
53/* Define to the C type corresponding to Fortran INTEGER */
54#ifndef FORTRAN_INTEGER_TYPE
55#define FORTRAN_INTEGER_TYPE int
56#endif
57
58#ifdef _MSC_VER
59/* Define to be the name of C-function for Inf check */
60#define COIN_C_FINITE _finite
61#endif