lemon/config.h.in
author deba
Tue, 08 Apr 2008 16:01:28 +0000
changeset 2605 852361980706
parent 1435 8e85e6bbefdf
permissions -rw-r--r--
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
     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