Ipopt Documentation  
 
Loading...
Searching...
No Matches
config_ipopt.h
Go to the documentation of this file.
1/* src/Common/config_ipopt.h. Generated from config_ipopt.h.in by configure. */
2/* src/Common/config_ipopt.h.in. */
3
4#ifndef __CONFIG_IPOPT_H__
5#define __CONFIG_IPOPT_H__
6
7/* Version number of project */
8#define IPOPT_VERSION "3.14.12"
9
10/* Major Version number of project */
11#define IPOPT_VERSION_MAJOR 3
12
13/* Minor Version number of project */
14#define IPOPT_VERSION_MINOR 14
15
16/* Release Version number of project */
17#define IPOPT_VERSION_RELEASE 12
18
19/* Define to the debug sanity check level (0 is no test) */
20#define IPOPT_CHECKLEVEL 0
21
22/* Define to the debug verbosity level (0 is no output) */
23#define IPOPT_VERBOSITY 0
24
25/* Define to 1 if using single precision floating point */
26/* #undef IPOPT_SINGLE */
27
28/* Define to 1 if Ipopt index type is int64_t */
29/* #undef IPOPT_INT64 */
30
31/* Library Visibility Attribute */
32#define IPOPTAMPLINTERFACELIB_EXPORT
33
34/* Library Visibility Attribute */
35#define IPOPTLIB_EXPORT
36
37/* Library Visibility Attribute */
38#define SIPOPTLIB_EXPORT
39
43#define IPOPT_FORTRAN_INTEGER_TYPE ipindex
44
45#endif