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
     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