Location: LEMON/LEMON-main/lemon/config.h.in

Load file history
gravatar
ladanyi@tmit.bme.hu
Improved LEMON_FUNCTION_NAME macro. It should work fine with GCC and the MS C++ compilers. Otherwise it reverts to using the __func__ variable which is C99, but I couldn't find a better alternative.
1
2
3
4
5
/* Define to 1 if you have CPLEX. */
#undef HAVE_CPLEX
/* Define to 1 if you have GLPK. */
#undef HAVE_GLPK