lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Sat, 25 Apr 2009 02:12:41 +0200
changeset 615 7c1324b35d89
parent 500 2b6d5d22bb23
child 622 20dac2104519
permissions -rw-r--r--
Modify the interface of Suurballe (#266, #181)

- Move the parameters s and t from the constructor to the run()
function. It makes the interface capable for multiple run(s,t,k)
calls (possible improvement in the future) and it is more similar
to Dijkstra.
- Simliarly init() and findFlow(k) were replaced by init(s) and
findFlow(t,k). The separation of parameters s and t is for the
future plans of supporting multiple targets with one source node.
For more information see #181.
- LEMON_ASSERT for the Length type (check if it is integer).
- Doc improvements.
- Rearrange query functions.
- Extend test file.
alpar@500
     1
/* Define to 1 if you have long long */
alpar@500
     2
#undef HAVE_LONG_LONG
alpar@500
     3
alpar@457
     4
/* Define to 1 if you have any LP solver. */
alpar@457
     5
#undef HAVE_LP
alpar@457
     6
alpar@457
     7
/* Define to 1 if you have any MIP solver. */
alpar@457
     8
#undef HAVE_MIP
alpar@457
     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@496
    15
deba@458
    16
/* Define to 1 if you have SOPLEX */
deba@459
    17
#undef HAVE_SOPLEX
deba@459
    18
deba@459
    19
/* Define to 1 if you have CLP */
deba@459
    20
#undef HAVE_CLP
deba@559
    21
deba@559
    22
/* Define to 1 if you have CBC */
deba@559
    23
#undef HAVE_CBC