tools/Makefile.am
author Balazs Dezso <deba@inf.elte.hu>
Thu, 24 Jun 2010 09:27:53 +0200
changeset 732 bb70ad62c95f
parent 510 28b154307c0d
permissions -rw-r--r--
Fix critical bug in preflow (#372)

The wrong transition between the bound decrease and highest active
heuristics caused the bug. The last node chosen in bound decrease mode
is used in the first iteration in highest active mode.
ladanyi@676
     1
EXTRA_DIST += \
ladanyi@676
     2
	tools/CMakeLists.txt
ladanyi@676
     3
ladanyi@1
     4
if WANT_TOOLS
ladanyi@1
     5
alpar@385
     6
bin_PROGRAMS += \
alpar@510
     7
	tools/dimacs-solver \
alpar@507
     8
	tools/dimacs-to-lgf \
alpar@507
     9
	tools/lgf-gen
alpar@385
    10
alpar@310
    11
dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
ladanyi@1
    12
ladanyi@1
    13
endif WANT_TOOLS
alpar@385
    14
alpar@510
    15
tools_dimacs_solver_SOURCES = tools/dimacs-solver.cc
alpar@385
    16
tools_dimacs_to_lgf_SOURCES = tools/dimacs-to-lgf.cc
alpar@507
    17
tools_lgf_gen_SOURCES = tools/lgf-gen.cc