Location: LEMON/LEMON-main/lemon/config.h.in - annotation
Load file history
Support real types + numerical stability fix in NS (#254)
- Real types are supported by appropriate inicialization.
- A feature of the XTI spanning tree structure is removed to ensure
numerical stability (could cause problems using integer types).
The node potentials are updated always on the lower subtree,
in order to prevent overflow problems.
The former method isn't notably faster during to our tests.
r517:2b6d5d22bb23 r517:2b6d5d22bb23 r517:2b6d5d22bb23 r457:69928a704ffb r457:69928a704ffb r457:69928a704ffb r457:69928a704ffb r457:69928a704ffb r457:69928a704ffb r1:51eaad3a817b r1:51eaad3a817b r1:51eaad3a817b r1:51eaad3a817b r1:51eaad3a817b r496:7992dcb0d0e6 r458:7afc121e0689 r459:ed54c0d13df0 r459:ed54c0d13df0 r459:ed54c0d13df0 r459:ed54c0d13df0 | /* 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
|