/usr/src/RPM/BUILD/CoinAlps-1.4.4/Alps/src/config_alps_default.h
Go to the documentation of this file.
00001 /*===========================================================================*
00002  * This file is part of the Abstract Library for Parallel Search (ALPS).     *
00003  *                                                                           *
00004  * ALPS is distributed under the Eclipse Public License as part of the       *
00005  * COIN-OR repository (http://www.coin-or.org).                              *
00006  *                                                                           *
00007  * Authors:                                                                  *
00008  *                                                                           *
00009  *          Yan Xu, Lehigh University                                        *
00010  *          Ted Ralphs, Lehigh University                                    *
00011  *                                                                           *
00012  * Conceptual Design:                                                        *
00013  *                                                                           *
00014  *          Yan Xu, Lehigh University                                        *
00015  *          Ted Ralphs, Lehigh University                                    *
00016  *          Laszlo Ladanyi, IBM T.J. Watson Research Center                  *
00017  *          Matthew Saltzman, Clemson University                             *
00018  *                                                                           * 
00019  *                                                                           *
00020  * Copyright (C) 2001-2013, Lehigh University, Yan Xu, and Ted Ralphs.       *
00021  *===========================================================================*/
00022 
00023 /***************************************************************************/
00024 /*           HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS                */
00025 /*    These are only in effect in a setting that doesn't use configure     */
00026 /***************************************************************************/
00027 
00028 /* Version number of project */
00029 #define ALPS_VERSION "trunk"
00030 
00031 /* Major Version number of project */
00032 #define ALPS_VERSION_MAJOR   9999
00033 
00034 /* Minor Version number of project */
00035 #define ALPS_VERSION_MINOR   9999
00036 
00037 /* Release Version number of project */
00038 #define ALPS_VERSION_RELEASE 9999
00039 
00040 /* Define to 1 if the Mpi package is used */
00041 /* #define COIN_HAS_MPI 1 */