Test program for the minimization algorithm.

* src/tgbatest/minimize.cc: New file.  Minimize an automaton
from a LTL formula and compare the size of the initial automaton
to the size of the minimized automaton.
This commit is contained in:
Felix Abecassis 2010-03-20 14:51:02 +01:00 committed by Alexandre Duret-Lutz
parent 03e6dc4769
commit fac30eb08e
3 changed files with 151 additions and 2 deletions

View file

@ -38,6 +38,7 @@ check_PROGRAMS = \
expldot \
explprod \
ltlprod \
minimize \
mixprod \
powerset \
reductgba \
@ -56,6 +57,7 @@ expldot_CXXFLAGS = -DDOTTY
explprod_SOURCES = explprod.cc
ltl2tgba_SOURCES = ltl2tgba.cc
ltlprod_SOURCES = ltlprod.cc
minimize_SOURCES = minimize.cc
mixprod_SOURCES = mixprod.cc
powerset_SOURCES = powerset.cc
randtgba_SOURCES = randtgba.cc