1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/* include the COIN-OR-wide system specific configure header */
/* this needs to come before the include of config_ipopt_default.h */
/* include the public project specific macros */
/***************************************************************************/
/* HERE DEFINE THE PROJECT SPECIFIC PRIVATE MACROS */
/* These are only in effect in a setting that doesn't use configure */
/***************************************************************************/
/* Define to the debug sanity check level (0 is no test) */
/* #define IPOPT_CHECKLEVEL 0 */
/* Define to the debug verbosity level (0 is no output) */
/* #define IPOPT_VERBOSITY 0 */
/* If defined, the Ampl Solver Library is available. */
/* #undef IPOPT_HAS_ASL 1 */
/* If defined, the LAPACK Library is available. */
/* If defined, the HSL library is available. */
/* #undef IPOPT_HAS_HSL 1 */
/* If defined, the MUMPS library is available. */
/* #undef IPOPT_HAS_MUMPS */
/* Define to 1 if the linear solver loader should be compiled to allow dynamic
loading of shared libraries with linear solvers */
/* #undef IPOPT_HAS_LINEARSOLVERLOADER */
/* Define to 1 if you are using Pardiso from MKL */
/* #undef IPOPT_HAS_PARDISO_MKL */
/* Define to 1 if SPRAL is available */
/* #undef IPOPT_HAS_SPRAL */
/* Define to 1 if WSMP is available */
/* #undef IPOPT_HAS_WSMP */
/* Define to be the name of C-function for Inf check */