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 /* include the COIN-OR-wide system specific configure header */ 00024 #include "configall_system.h" 00025 00026 /* include the public project specific macros */ 00027 #include "config_alps_default.h" 00028 00029 /***************************************************************************/ 00030 /* HERE DEFINE THE PROJECT SPECIFIC MACROS */ 00031 /* These are only in effect in a setting that doesn't use configure */ 00032 /***************************************************************************/ 00033 00034 /* Define to the debug sanity check level (0 is no test) */ 00035 #define COIN_ALPS_CHECKLEVEL 0 00036 00037 /* Define to the debug verbosity level (0 is no output) */ 00038 #define COIN_ALPS_VERBOSITY 0 00039 00040 /* Define to 1 if the ALPS package is used */ 00041 #define COIN_HAS_ALPS 1 00042 00043 /* Define to 1 if the CoinUtils package is used */ 00044 #define COIN_HAS_COINUTILS 1 00045 00046 /* Define to 1 if the Clp package is used */ 00047 #define COIN_HAS_CLP 1 00048 00049