lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Sun, 26 Apr 2009 16:44:53 +0200
changeset 672 029a48052c67
parent 564 2b6d5d22bb23
child 674 20dac2104519
permissions -rw-r--r--
Modify the interface of MinCostArborescence + improvements (#267)

- Rename arborescenceValue() to arborescenceCost().
- Rename DefXyz template named paramaters to SetXyz.
- Rearrange public functions (for better doc).
- Doc improvements.
- Extend the test file with interface checking.
alpar@564
     1
/* Define to 1 if you have long long */
alpar@564
     2
#undef HAVE_LONG_LONG
alpar@564
     3
alpar@480
     4
/* Define to 1 if you have any LP solver. */
alpar@480
     5
#undef HAVE_LP
alpar@480
     6
alpar@480
     7
/* Define to 1 if you have any MIP solver. */
alpar@480
     8
#undef HAVE_MIP
alpar@480
     9
ladanyi@1
    10
/* Define to 1 if you have CPLEX. */
ladanyi@1
    11
#undef HAVE_CPLEX
ladanyi@1
    12
ladanyi@1
    13
/* Define to 1 if you have GLPK. */
ladanyi@1
    14
#undef HAVE_GLPK
alpar@515
    15
deba@481
    16
/* Define to 1 if you have SOPLEX */
deba@482
    17
#undef HAVE_SOPLEX
deba@482
    18
deba@482
    19
/* Define to 1 if you have CLP */
deba@482
    20
#undef HAVE_CLP
deba@614
    21
deba@614
    22
/* Define to 1 if you have CBC */
deba@614
    23
#undef HAVE_CBC