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

Load file history
gravatar
kpeter (Peter Kovacs)
New heuristics for MCF algorithms (#340) and some implementation improvements. - A useful heuristic is added to NetworkSimplex to make the initial pivots faster. - A powerful global update heuristic is added to CostScaling and the implementation is reworked with various improvements. - Better relabeling in CostScaling to improve numerical stability and make the code faster. - A small improvement is made in CapacityScaling for better delta computation. - Add notes to the classes about the usage of vector<char> instead of vector<bool> for efficiency reasons.
/* The version string */
#undef LEMON_VERSION

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

/* Define to 1 if you have any LP solver. */
#undef LEMON_HAVE_LP

/* Define to 1 if you have any MIP solver. */
#undef LEMON_HAVE_MIP

/* 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 SOPLEX */
#undef LEMON_HAVE_SOPLEX

/* Define to 1 if you have CLP */
#undef LEMON_HAVE_CLP

/* Define to 1 if you have CBC */
#undef LEMON_HAVE_CBC