lemon/config.h.in
author Alpar Juttner <alpar@cs.elte.hu>
Thu, 22 Jan 2009 14:46:15 +0000
changeset 477 e6ae4999cf22
parent 458 7afc121e0689
child 500 2b6d5d22bb23
permissions -rw-r--r--
Suppress or fix VS2008 warnings + turn off faulty tests using CMAKE (#208)
alpar@457
     1
/* Define to 1 if you have any LP solver. */
alpar@457
     2
#undef HAVE_LP
alpar@457
     3
alpar@457
     4
/* Define to 1 if you have any MIP solver. */
alpar@457
     5
#undef HAVE_MIP
alpar@457
     6
ladanyi@1
     7
/* Define to 1 if you have CPLEX. */
ladanyi@1
     8
#undef HAVE_CPLEX
ladanyi@1
     9
ladanyi@1
    10
/* Define to 1 if you have GLPK. */
ladanyi@1
    11
#undef HAVE_GLPK
deba@458
    12
deba@458
    13
/* Define to 1 if you have SOPLEX */
deba@459
    14
#undef HAVE_SOPLEX
deba@459
    15
deba@459
    16
/* Define to 1 if you have CLP */
deba@459
    17
#undef HAVE_CLP