Alps 1.5.11
Loading...
Searching...
No Matches
config_default.h
Go to the documentation of this file.
1/*===========================================================================*
2 * This file is part of the Abstract Library for Parallel Search (ALPS). *
3 * *
4 * ALPS 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-2023, Lehigh University, Yan Xu, and Ted Ralphs. *
21 *===========================================================================*/
22
23/* include the COIN-OR-wide system specific configure header */
24#include "configall_system.h"
25
26/* include the public project specific macros */
27#include "config_alps_default.h"
28
29/***************************************************************************/
30/* HERE DEFINE THE PROJECT SPECIFIC MACROS */
31/* These are only in effect in a setting that doesn't use configure */
32/***************************************************************************/
33
34/* Define to the debug sanity check level (0 is no test) */
35#define COIN_ALPS_CHECKLEVEL 0
36
37/* Define to the debug verbosity level (0 is no output) */
38#define COIN_ALPS_VERBOSITY 0
39
40/* Define to 1 if the ALPS package is used */
41#define COIN_HAS_ALPS 1
42
43/* Define to 1 if the CoinUtils package is used */
44#define COIN_HAS_COINUTILS 1
45
46/* Define to 1 if the Clp package is used */
47#define COIN_HAS_CLP 1
48
49