OS  2.9.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
config_os.h
Go to the documentation of this file.
1 /* src/config_os.h. Generated by configure. */
2 /* src/config_os.h.in. */
3 
4 #ifndef __CONFIG_OS_H__
5 #define __CONFIG_OS_H__
6 
7 /* Version number of project */
8 #define OS_VERSION "2.9.3"
9 
10 /* Major Version number of project */
11 #define OS_VERSION_MAJOR 2
12 
13 /* Minor Version number of project */
14 #define OS_VERSION_MINOR 9
15 
16 /* Release Version number of project */
17 #define OS_VERSION_RELEASE 3
18 
19 /* Define to 1 if OS uses CppAD */
20 #define OS_HAS_CPPAD 1
21 
22 /* Define to 1 if OS uses Ipopt */
23 #define OS_HAS_IPOPT 1
24 
25 /* Define to 1 if OS uses Bonmin */
26 #define OS_HAS_BONMIN 1
27 
28 /* Define to 1 if OS uses Couenne */
29 #define OS_HAS_COUENNE 1
30 
31 /* Define to 1 if OS uses SYMPHONY */
32 #define OS_HAS_SYMPHONY 1
33 
34 /* Define to 1 if OS uses VOL */
35 #define OS_HAS_VOL 1
36 
37 /* Define to 1 if OS uses ASL */
38 /* #undef OS_HAS_ASL */
39 
40 /* Define to 1 if OS uses DyLP */
41 #define OS_HAS_DYLP 1
42 
43 /* Define to 1 if OS uses Glpk */
44 /* #undef OS_HAS_GLPK */
45 
46 #endif /* __CONFIG_OS_H__ */