Location: LEMON/LEMON-main/lemon/config.h.in - annotation
Load file history
Insert citations into the doc (#184)
- Add general citations to modules.
- Add specific citations for max flow and min cost flow algorithms.
- Add citations for the supported LP and MIP solvers.
- Extend the main page.
- Replace inproceedings entries with the journal versions.
- Add a new bibtex entry about network simplex.
- Remove unwanted entries.
r678:d1e1cd94bf49 r678:d1e1cd94bf49 r678:d1e1cd94bf49 r517:2b6d5d22bb23 r627:20dac2104519 r517:2b6d5d22bb23 r457:69928a704ffb r627:20dac2104519 r457:69928a704ffb r457:69928a704ffb r627:20dac2104519 r457:69928a704ffb r1:51eaad3a817b r511:8a144437db7d r1:51eaad3a817b r1:51eaad3a817b r511:8a144437db7d r496:7992dcb0d0e6 r458:7afc121e0689 r627:20dac2104519 r459:ed54c0d13df0 r459:ed54c0d13df0 r627:20dac2104519 r567:3314f58e7b25 r567:3314f58e7b25 r627:20dac2104519 | /* 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
|