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

Load file history
gravatar
deba@inf.elte.hu
Thorough redesign of the LP/MIP interface (#44) - Redesigned class structure - Redesigned iterators - Some functions in the basic interface redesigned - More complete setting functions - Ray retrieving functions - Lot of improvements - Cplex common env - CLP macro definition to config.h.in - Update lp.h to also use soplex and clp - Remove default_solver_name - New solverName() function in solvers - Handle exceptions for MipCplex test - Rename tolerance parameter to epsilon - Rename MapIt to CoeffIt - Lot of documentation improvements - Various bugfixes
/* 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