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

Load file history
gravatar
kpeter (Peter Kovacs)
Rename Flow to Value in the flow algorithms (#266) We agreed that using Flow for the value type is misleading, since a flow should be rather a function on the arcs, not a single value. This patch reverts the changes of [dacc2cee2b4c] for Preflow and Circulation.
/* Define to 1 if you have long long */
#undef HAVE_LONG_LONG
/* 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
/* Define to 1 if you have CBC */
#undef HAVE_CBC