lemon/config.h.in
author Alpar Juttner <alpar@cs.elte.hu>
Mon, 12 Jan 2009 12:26:01 +0000
changeset 484 08d495d48089
parent 481 7afc121e0689
child 564 2b6d5d22bb23
permissions -rw-r--r--
Remove lp_ prefix from the solver's header name
     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
    15 
    16 /* Define to 1 if you have CLP */
    17 #undef HAVE_CLP