Alps 1.5.7
Loading...
Searching...
No Matches
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 * Ted Ralphs, Lehigh University *
11 * *
12 * Conceptual Design: *
13 * *
14 * Yan Xu, Lehigh University *
15 * Ted Ralphs, Lehigh University *
16 * Laszlo Ladanyi, IBM T.J. Watson Research Center *
17 * Matthew Saltzman, Clemson University *
18 * *
19 * *
20 * Copyright (C) 2001-2019, Lehigh University, Yan Xu, and Ted Ralphs. *
21 *===========================================================================*/
22
23/***************************************************************************/
24/* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
25/* These are only in effect in a setting that doesn't use configure */
26/***************************************************************************/
27
28/* Version number of project */
29#define ALPS_VERSION "trunk"
30
31/* Major Version number of project */
32#define ALPS_VERSION_MAJOR 9999
33
34/* Minor Version number of project */
35#define ALPS_VERSION_MINOR 9999
36
37/* Release Version number of project */
38#define ALPS_VERSION_RELEASE 9999
39
40/* Define to 1 if the Mpi package is used */
41/* #define COIN_HAS_MPI 1 */