1/* src/config_couenne.h.in. */
2
3#ifndef __CONFIG_COUENNE_H__
4#define __CONFIG_COUENNE_H__
5
6/* whether CouenneInterface is derived from Bonmin's AmplInterface */
7#undef COUENNEINTERFACE_FROM_ASL
8
9/* Version number of project */
10#undef COUENNE_VERSION
11
12/* Major Version number of project */
13#undef COUENNE_VERSION_MAJOR
14
15/* Minor Version number of project */
16#undef COUENNE_VERSION_MINOR
17
18/* Release Version number of project */
19#undef COUENNE_VERSION_RELEASE
20
21#endif
22