Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.h « lemon « lemon-1.3.1 « 3rd « quadriflow « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9699a223fb3eb0cd9fbb29e094f22aff4cab3eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#define LEMON_VERSION ""
/* #undef LEMON_HAVE_LONG_LONG */

/* #undef LEMON_HAVE_LP */
/* #undef LEMON_HAVE_MIP */
/* #undef LEMON_HAVE_GLPK */
/* #undef LEMON_HAVE_CPLEX */
/* #undef LEMON_HAVE_SOPLEX */
/* #undef LEMON_HAVE_CLP */
/* #undef LEMON_HAVE_CBC */

#define _LEMON_CPLEX 1
#define _LEMON_CLP 2
#define _LEMON_GLPK 3
#define _LEMON_SOPLEX 4
#define _LEMON_CBC 5

/* #undef LEMON_DEFAULT_LP */
/* #undef LEMON_DEFAULT_MIP */

/* #undef LEMON_USE_PTHREAD */
/* #undef LEMON_USE_WIN32_THREADS */