lemon/config.h.in
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 17 Apr 2009 18:04:36 +0200
changeset 609 e6927fe719e6
parent 459 ed54c0d13df0
parent 485 7992dcb0d0e6
child 567 3314f58e7b25
permissions -rw-r--r--
Support >= and <= constraints in NetworkSimplex (#219, #234)

By default the same inequality constraints are supported as by
Circulation (the GEQ form), but the LEQ form can also be selected
using the problemType() function.

The documentation of the min. cost flow module is reworked and
extended with important notes and explanations about the different
variants of the problem and about the dual solution and optimality
conditions.
alpar@517
     1
/* Define to 1 if you have long long */
alpar@517
     2
#undef HAVE_LONG_LONG
alpar@517
     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@485
    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