Couenne  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config_couenne.h
Go to the documentation of this file.
1 /* src/config_couenne.h. Generated by configure. */
2 /* src/config_couenne.h.in. */
3 
4 #ifndef __CONFIG_COUENNE_H__
5 #define __CONFIG_COUENNE_H__
6 
7 /* whether CouenneInterface is derived from Bonmin's AmplInterface */
8 /* #undef COUENNEINTERFACE_FROM_ASL */
9 
10 /* Version number of project */
11 #define COUENNE_VERSION "0.5.8"
12 
13 /* Major Version number of project */
14 #define COUENNE_VERSION_MAJOR 0
15 
16 /* Minor Version number of project */
17 #define COUENNE_VERSION_MINOR 5
18 
19 /* Release Version number of project */
20 #define COUENNE_VERSION_RELEASE 8
21 
22 #endif