Alps  2.0.2
config_alps_default.h
Go to the documentation of this file.
1 /*===========================================================================*
2  * This file is part of the Abstract Library for Parallel Search (ALPS). *
3  * *
4  * ALPS is distributed under the Eclipse Public License as part of the *
5  * COIN-OR repository (http://www.coin-or.org). *
6  * *
7  * Authors: *
8  * *
9  * Yan Xu, Lehigh University *
10  * Aykut Bulut, Lehigh University *
11  * Ted Ralphs, Lehigh University *
12  * *
13  * Conceptual Design: *
14  * *
15  * Yan Xu, Lehigh University *
16  * Ted Ralphs, Lehigh University *
17  * Laszlo Ladanyi, IBM T.J. Watson Research Center *
18  * Matthew Saltzman, Clemson University *
19  * *
20  * *
21  * Copyright (C) 2001-2023, Lehigh University, Yan Xu, Aykut Bulut, and *
22  * Ted Ralphs. *
23  * All Rights Reserved. *
24  *===========================================================================*/
25 
26 
27 /***************************************************************************/
28 /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
29 /* These are only in effect in a setting that doesn't use configure */
30 /***************************************************************************/
31 
32 /* Version number of project */
33 #define ALPS_VERSION "trunk"
34 
35 /* Major Version number of project */
36 #define ALPS_VERSION_MAJOR 9999
37 
38 /* Minor Version number of project */
39 #define ALPS_VERSION_MINOR 9999
40 
41 /* Release Version number of project */
42 #define ALPS_VERSION_RELEASE 9999
43 
44 /* Define to 1 if the Mpi package is used */
45 /* #define COIN_HAS_MPI 1 */