COIN-OR::LEMON - Graph Library

source: lemon-1.2/lemon/config.h.in @ 764:1fac515a59c1

Last change on this file since 764:1fac515a59c1 was 678:d1e1cd94bf49, checked in by Akos Ladanyi <ladanyi@…>, 15 years ago

Put the version string into config.h

Also make it possible to set the version using the LEMON_VERSION environment
variable, and use the hg revision as version string in case this variable is
unset.

File size: 550 bytes
RevLine 
[678]1/* The version string */
2#undef LEMON_VERSION
3
[517]4/* Define to 1 if you have long long */
[627]5#undef LEMON_HAVE_LONG_LONG
[517]6
[457]7/* Define to 1 if you have any LP solver. */
[627]8#undef LEMON_HAVE_LP
[457]9
10/* Define to 1 if you have any MIP solver. */
[627]11#undef LEMON_HAVE_MIP
[457]12
[1]13/* Define to 1 if you have CPLEX. */
[500]14#undef LEMON_HAVE_CPLEX
[1]15
16/* Define to 1 if you have GLPK. */
[500]17#undef LEMON_HAVE_GLPK
[485]18
[458]19/* Define to 1 if you have SOPLEX */
[627]20#undef LEMON_HAVE_SOPLEX
[459]21
22/* Define to 1 if you have CLP */
[627]23#undef LEMON_HAVE_CLP
[567]24
25/* Define to 1 if you have CBC */
[627]26#undef LEMON_HAVE_CBC
Note: See TracBrowser for help on using the repository browser.