COIN-OR::LEMON - Graph Library

source: lemon/lemon/config.h.in @ 481:7afc121e0689

Last change on this file since 481:7afc121e0689 was 481:7afc121e0689, checked in by Balazs Dezso <deba@…>, 15 years ago

Port LP and MIP solvers from SVN -r3509 (#44)

File size: 289 bytes
RevLine 
[480]1/* Define to 1 if you have any LP solver. */
2#undef HAVE_LP
3
4/* Define to 1 if you have any MIP solver. */
5#undef HAVE_MIP
6
[1]7/* Define to 1 if you have CPLEX. */
8#undef HAVE_CPLEX
9
10/* Define to 1 if you have GLPK. */
11#undef HAVE_GLPK
[481]12
13/* Define to 1 if you have SOPLEX */
14#undef HAVE_SOPLEX
Note: See TracBrowser for help on using the repository browser.