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

Load file history
gravatar
kpeter (Peter Kovacs)
Fix the GEQ/LEQ handling in NetworkSimplex + improve doc (#291) - Fix the optimality conditions for the GEQ/LEQ form. - Fix the initialization of the algortihm. It ensures correct solutions and it is much faster for the inequality forms. - Fix the pivot rules to search all the arcs that have to be allowed to get in the basis. - Better block size for the Block Search pivot rule. - Improve documentation of the problem and move it to a separate page.
/* 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