config_os_default.h
Go to the documentation of this file.
1 
2 /***************************************************************************/
3 /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
4 /* These are only in effect in a setting that doesn't use configure */
5 /***************************************************************************/
6 
7 /* Version number of project */
8 #define OS_VERSION "2.10.2"
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 10
15 
16 /* Release Version number of project */
17 #define OS_VERSION_RELEASE 2
18 
19 /* Define to 1 if OS uses CppAD */
20 #define OS_HAS_CPPAD
21 
22 /* Define to 1 if OS uses Ipopt */
23 #define OS_HAS_IPOPT
24 
25 /* Define to 1 if OS uses Bonmin */
26 #define OS_HAS_BONMIN
27 
28 /* Define to 1 if OS uses Couenne */
29 #define OS_HAS_COUENNE
30 
31 /* Define to 1 if OS uses SYMPHONY */
32 #define OS_HAS_SYMPHONY
33 
34 /* Define to 1 if OS uses DyLP */
35 #define OS_HAS_DYLP
36 
37 /* Define to 1 if OS uses Vol */
38 #define OS_HAS_VOL
39 
40 /* Define to 1 if OS uses Glpk */
41 #define OS_HAS_GLPK
42 
43 /* Define to 1 if OS uses ASL */
44 #define OS_HAS_ASL