Location: LEMON/LEMON-official/lemon/config.h.in - annotation

Load file history
gravatar
kpeter (Peter Kovacs)
Use pathCopy(from,to) instead of copyPath(to,from) (#321) The old version is kept as a deprecated alternative.
1
2
3
4
5
6
7
8
/* Define to 1 if you have CPLEX. */
#undef LEMON_HAVE_CPLEX

/* Define to 1 if you have GLPK. */
#undef LEMON_HAVE_GLPK

/* Define to 1 if you have long long */
#undef LEMON_HAVE_LONG_LONG