COIN-OR::LEMON - Graph Library

source: lemon-0.x/lemon/config.h.in @ 2618:6aa6fcaeaea5

Last change on this file since 2618:6aa6fcaeaea5 was 2605:852361980706, checked in by Balazs Dezso, 16 years ago

Bug fixes in LP solvers

  • the copyLp is clarified
  • newLp and copyLp gives back pointers
  • cplex gives back empty string for variables without name
  • cplex row and column retrieval
  • added macro for soplex
File size: 167 bytes
Line 
1/* Define to 1 if you have CPLEX. */
2#undef HAVE_CPLEX
3
4/* Define to 1 if you have GLPK. */
5#undef HAVE_GLPK
6
7/* Define to 1 if you have SOPLEX. */
8#undef HAVE_SOPLEX
Note: See TracBrowser for help on using the repository browser.