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:
parent
03e6dc4769
commit
fac30eb08e
3 changed files with 151 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue