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

Load file history
gravatar
deba@inf.elte.hu
Fixes for MSVC 2008 in grap_adaptors.h and edge_set.h (#194) Several renamings and changes in adaptors and edge sets - Fixing scope usage for MSVC - ResidualDigraph based on SubDigraph instead of FilterArcs - Use initialize() in adaptors and edge sets - Wrap ListDigraph for edge set tests
/* Define to 1 if you have any LP solver. */
#undef HAVE_LP
/* Define to 1 if you have any MIP solver. */
#undef HAVE_MIP
/* Define to 1 if you have CPLEX. */
#undef HAVE_CPLEX
/* Define to 1 if you have GLPK. */
#undef HAVE_GLPK
/* Define to 1 if you have SOPLEX */
#undef HAVE_SOPLEX
/* Define to 1 if you have CLP */
#undef HAVE_CLP