lemon/config.h.in
author Balazs Dezso <deba@inf.elte.hu>
Tue, 02 Dec 2008 21:40:33 +0100
changeset 458 7afc121e0689
parent 457 69928a704ffb
child 459 ed54c0d13df0
permissions -rw-r--r--
Port LP and MIP solvers from SVN -r3509 (#44)
     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 
     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
    12 
    13 /* Define to 1 if you have SOPLEX */
    14 #undef HAVE_SOPLEX