Blis 0.94
config_default.h
Go to the documentation of this file.
1/*===========================================================================*
2 * This file is part of the BiCePS Linear Integer Solver (BLIS). *
3 * *
4 * BLIS 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 * All Rights Reserved. *
22 *===========================================================================*/
23
24/* include the COIN-wide system specific configure header */
25#include "configall_system.h"
26
27/* include the public project specific macros */
28#include "config_blis_default.h"
29
30/***************************************************************************/
31/* HERE DEFINE THE PROJECT SPECIFIC MACROS */
32/* These are only in effect in a setting that doesn't use configure */
33/***************************************************************************/
34
35/* Define to the debug sanity check level (0 is no test) */
36#define COIN_BLIS_CHECKLEVEL 0
37
38/* Define to the debug verbosity level (0 is no output) */
39#define COIN_BLIS_VERBOSITY 0
40
41/* Define to 1 if the ALPS package is used */
42#define COIN_HAS_ALPS 1
43
44/* Define to 1 if the BiCePS package is used */
45#define COIN_HAS_BCPS 1
46
47/* Define to 1 if the Blis package is used */
48#define COIN_HAS_BLIS 1
49
50/* Define to 1 if the CoinUtils package is used */
51#define COIN_HAS_COINUTILS 1
52
53/* Define to 1 if the Clp package is used */
54#define COIN_HAS_CLP 1