lemon/config.h.in
author Balazs Dezso <deba@inf.elte.hu>
Fri, 13 Feb 2009 13:29:28 +0100
changeset 512 9b9ffe7d9b75
parent 458 7afc121e0689
child 517 2b6d5d22bb23
permissions -rw-r--r--
Fixes for MSVC 2008 in grap_adaptors.h and edge_set.h (#194)

Several renamings and changes in adaptors and edge sets

- Fixing scope usage for MSVC
- ResidualDigraph based on SubDigraph instead of FilterArcs
- Use initialize() in adaptors and edge sets
- Wrap ListDigraph for edge set tests
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