Alps 1.5.7
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 * 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-2019, Lehigh University, Yan Xu, and Ted Ralphs. *
22 *===========================================================================*/
23
24#ifndef __CONFIG_ALPS_H__
25#define __CONFIG_ALPS_H__
26
27/* Version number of project */
28#define ALPS_VERSION "1.5.7"
29
30/* Major Version number of project */
31#define ALPS_VERSION_MAJOR 1
32
33/* Minor Version number of project */
34#define ALPS_VERSION_MINOR 5
35
36/* Release Version number of project */
37#define ALPS_VERSION_RELEASE 7
38
39/* SVN revision of project */
40/* #undef ALPS_SVN_REV */
41
42/* Define to 1 if the Mpi package is available */
43/* #undef COIN_HAS_MPI */
44
45#endif