00001 /*===========================================================================* 00002 * This file is part of the BiCePS Linear Integer Solver (BLIS). * 00003 * * 00004 * BLIS 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 * All Rights Reserved. * 00022 *===========================================================================*/ 00023 00024 /* include the COIN-wide system specific configure header */ 00025 #include "configall_system.h" 00026 00027 /* include the public project specific macros */ 00028 #include "config_blis_default.h" 00029 00030 /***************************************************************************/ 00031 /* HERE DEFINE THE PROJECT SPECIFIC MACROS */ 00032 /* These are only in effect in a setting that doesn't use configure */ 00033 /***************************************************************************/ 00034 00035 /* Define to the debug sanity check level (0 is no test) */ 00036 #define COIN_BLIS_CHECKLEVEL 0 00037 00038 /* Define to the debug verbosity level (0 is no output) */ 00039 #define COIN_BLIS_VERBOSITY 0 00040 00041 /* Define to 1 if the ALPS package is used */ 00042 #define COIN_HAS_ALPS 1 00043 00044 /* Define to 1 if the BiCePS package is used */ 00045 #define COIN_HAS_BCPS 1 00046 00047 /* Define to 1 if the Blis package is used */ 00048 #define COIN_HAS_BLIS 1 00049 00050 /* Define to 1 if the CoinUtils package is used */ 00051 #define COIN_HAS_COINUTILS 1 00052 00053 /* Define to 1 if the Clp package is used */ 00054 #define COIN_HAS_CLP 1