00001 /* src/config_alps.h. Generated from config_alps.h.in by configure. */ 00002 /*===========================================================================* 00003 * This file is part of the Abstract Library for Parallel Search (ALPS). * 00004 * * 00005 * ALPS is distributed under the Eclipse Public License as part of the * 00006 * COIN-OR repository (http://www.coin-or.org). * 00007 * * 00008 * Authors: * 00009 * * 00010 * Yan Xu, Lehigh University * 00011 * Ted Ralphs, Lehigh University * 00012 * * 00013 * Conceptual Design: * 00014 * * 00015 * Yan Xu, Lehigh University * 00016 * Ted Ralphs, Lehigh University * 00017 * Laszlo Ladanyi, IBM T.J. Watson Research Center * 00018 * Matthew Saltzman, Clemson University * 00019 * * 00020 * * 00021 * Copyright (C) 2001-2013, Lehigh University, Yan Xu, and Ted Ralphs. * 00022 *===========================================================================*/ 00023 00024 #ifndef __CONFIG_ALPS_H__ 00025 #define __CONFIG_ALPS_H__ 00026 00027 /* Version number of project */ 00028 #define ALPS_VERSION "trunk" 00029 00030 /* Major Version number of project */ 00031 #define ALPS_VERSION_MAJOR 9999 00032 00033 /* Minor Version number of project */ 00034 #define ALPS_VERSION_MINOR 9999 00035 00036 /* Release Version number of project */ 00037 #define ALPS_VERSION_RELEASE 9999 00038 00039 /* SVN revision of project */ 00040 /* #undef ALPS_SVN_REV */ 00041 00042 /* Define to 1 if the Mpi package is available */ 00043 #define COIN_HAS_MPI 1 00044 00045 #endif