Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
Cbc
src
config_default.h
Go to the documentation of this file.
1
2
/* include the COIN-OR-wide system specific configure header */
3
#include "
configall_system.h
"
4
5
/* include the public project specific macros */
6
#include "
config_cbc_default.h
"
7
8
/***************************************************************************/
9
/* HERE DEFINE THE PROJECT SPECIFIC MACROS */
10
/* These are only in effect in a setting that doesn't use configure */
11
/***************************************************************************/
12
13
/* Define to the debug sanity check level (0 is no test) */
14
#define COIN_CBC_CHECKLEVEL 0
15
16
/* Define to the debug verbosity level (0 is no output) */
17
#define COIN_CBC_VERBOSITY 0
18
19
/* Define to 1 if the Cgl package is used */
20
#define COIN_HAS_CGL 1
21
22
/* Define to 1 if the Clp package is used */
23
#define COIN_HAS_CLP 1
24
25
/* Define to 1 if the CoinUtils package is used */
26
#define COIN_HAS_COINUTILS 1
27
28
/* Define to 1 if the Osi package is used */
29
#define COIN_HAS_OSI 1
30
31
/* Define to 1 if the Vol package is used */
32
#define COIN_HAS_VOL 1
33
34
/* Define to 1 if the Cplex package is used */
35
/* #undef COIN_HAS_CPX */
36
37
/* Define to 1 if the Dylp package is used */
38
/* #undef COIN_HAS_DYLP */
39
40
/* Define to 1 if the Glpk package is used */
41
/* #undef COIN_HAS_GLPK */
42
43
/* Define to 1 if the Mosek package is used */
44
/* #undef COIN_HAS_MSK */
45
46
/* Define to 1 if the Soplex package is used */
47
/* #undef COIN_HAS_SPX */
48
49
/* Define to 1 if the Sym package is used */
50
/* #undef COIN_HAS_SYM */
51
52
/* Define to 1 if the Xpress package is used */
53
/* #undef COIN_HAS_XPR */
54
55
/*
56
For additional information about how to set OSICBC_DFLT_SOLVER,
57
OSICBC_DFLT_SOLVER_CLP, and OSICBC_DFLT_SOLVER_HPP, please see comments at
58
the beginning of OsiCbcSolverInterface.cpp. Unless you know what you're
59
doing, you should use clp with OsiCbc. Just uncomment the next three
60
defines.
61
*/
62
/*
63
Define to the name of the default solver interface class, e.g.,
64
OsiClpSolverInterface.
65
*/
66
/* #define OSICBC_DFLT_SOLVER OsiClpSolverInterface */
67
68
/* Define this symbol if clp is the default solver. */
69
/* #define OSICBC_DFLT_SOLVER_CLP 1 */
70
71
/*
72
Define to the name of the .hpp file for the default solver interface class,
73
e.g., "OsiClpSolverInterface.hpp" (include quotes)
74
*/
75
/* #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp" */
76
77
/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
78
*/
config_cbc_default.h
configall_system.h
Generated by
1.8.5