lemon/config.h.in
author Alpar Juttner <alpar@cs.elte.hu>
Mon, 12 Jan 2009 12:22:11 +0000
changeset 457 69928a704ffb
parent 1 51eaad3a817b
child 458 7afc121e0689
permissions -rw-r--r--
Add HAVE_LP and HAVE_MIP #defines
     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