tools/Makefile.am
author Balazs Dezso <deba@inf.elte.hu>
Sun, 21 Dec 2008 00:13:02 +0100
changeset 351 561be42c4b99
parent 146 4b42aa24ce12
permissions -rw-r--r--
Bug fix in heap unionfind (ticket #197)

The minimum item in the unionfind tree might become inconsistent when
the split operation merges two subtrees which have equal keys. The
current changeset fix the problem. It also fix a wrong index.
ladanyi@1
     1
if WANT_TOOLS
ladanyi@1
     2
ladanyi@1
     3
bin_PROGRAMS +=
alpar@314
     4
dist_bin_SCRIPTS += tools/lemon-0.x-to-1.x.sh
ladanyi@1
     5
ladanyi@1
     6
endif WANT_TOOLS