Implement a new compression inspired from simple-9.

* src/misc/intvcmp2.cc, src/misc/intvcmp2.hh: New files.
* src/misc/Makefile.am: Add them.
* src/tgbatest/intvcmp2.cc: New test.
* src/tgbatest/Makefile.am: Add it.
* src/tgbatest/intvcomp.test: Call it.
This commit is contained in:
Alexandre Duret-Lutz 2011-05-01 20:50:49 +02:00
parent 1d1872ab90
commit a832eab156
7 changed files with 680 additions and 0 deletions

View file

@ -38,6 +38,7 @@ check_PROGRAMS = \
expldot \
explprod \
intvcomp \
intvcmp2 \
ltlprod \
mixprod \
powerset \
@ -56,6 +57,7 @@ expldot_SOURCES = powerset.cc
expldot_CXXFLAGS = -DDOTTY
explprod_SOURCES = explprod.cc
intvcomp_SOURCES = intvcomp.cc
intvcmp2_SOURCES = intvcmp2.cc
ltl2tgba_SOURCES = ltl2tgba.cc
ltlprod_SOURCES = ltlprod.cc
mixprod_SOURCES = mixprod.cc