lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 17 Apr 2009 18:14:35 +0200
changeset 657 dacc2cee2b4c
parent 482 ed54c0d13df0
parent 515 7992dcb0d0e6
child 614 3314f58e7b25
permissions -rw-r--r--
Slightly modify the interface of Circulation and Preflow (#266)
in order to synchronize them to the interface of NetworkSimplex.

Circulation:
- The "delta" notation is replaced by "supply".
- lowerCapMap(), upperCapMap() are renamed to lowerMap() and upperMap().
- Value is renamed to Flow.

Preflow:
- Value is renamed to Flow.
     1 /* Define to 1 if you have long long */
     2 #undef HAVE_LONG_LONG
     3 
     4 /* Define to 1 if you have any LP solver. */
     5 #undef HAVE_LP
     6 
     7 /* Define to 1 if you have any MIP solver. */
     8 #undef HAVE_MIP
     9 
    10 /* Define to 1 if you have CPLEX. */
    11 #undef HAVE_CPLEX
    12 
    13 /* Define to 1 if you have GLPK. */
    14 #undef HAVE_GLPK
    15 
    16 /* Define to 1 if you have SOPLEX */
    17 #undef HAVE_SOPLEX
    18 
    19 /* Define to 1 if you have CLP */
    20 #undef HAVE_CLP