Alps  2.0.2
config_alps.h
Go to the documentation of this file.
1 /* src/config_alps.h. Generated by configure. */
2 /*===========================================================================*
3  * This file is part of the Abstract Library for Parallel Search (ALPS). *
4  * *
5  * ALPS is distributed under the Eclipse Public License as part of the *
6  * COIN-OR repository (http://www.coin-or.org). *
7  * *
8  * Authors: *
9  * *
10  * Yan Xu, Lehigh University *
11  * Aykut Bulut, Lehigh University *
12  * Ted Ralphs, Lehigh University *
13  * *
14  * Conceptual Design: *
15  * *
16  * Yan Xu, Lehigh University *
17  * Ted Ralphs, Lehigh University *
18  * Laszlo Ladanyi, IBM T.J. Watson Research Center *
19  * Matthew Saltzman, Clemson University *
20  * *
21  * *
22  * Copyright (C) 2001-2023, Lehigh University, Yan Xu, Aykut Bulut, and *
23  * Ted Ralphs. *
24  * All Rights Reserved. *
25  *===========================================================================*/
26 
27 
28 #ifndef __CONFIG_ALPS_H__
29 #define __CONFIG_ALPS_H__
30 
31 /* Version number of project */
32 #define ALPS_VERSION "2.0.2"
33 
34 /* Major Version number of project */
35 #define ALPS_VERSION_MAJOR 2
36 
37 /* Minor Version number of project */
38 #define ALPS_VERSION_MINOR 0
39 
40 /* Release Version number of project */
41 #define ALPS_VERSION_RELEASE 2
42 
43 /* SVN revision of project */
44 /* #undef ALPS_SVN_REV */
45 
46 /* Define to 1 if the Mpi package is available */
47 /* #undef COIN_HAS_MPI */
48 
49 #endif