Create the direct simulation.

* src/tgbaalgos/simulation.cc, src/tgbaalgos/simulation.hh: New files.
* src/tgbaalgos/Makefile.am: Add the new files to the compilation.
* src/tgbatest/spotlbtt.test: Add the simulation.
* src/tgbatest/ltl2tgba.cc: Add direct simulation (-RSD).
This commit is contained in:
Thomas Badie 2012-03-05 16:55:08 +01:00
parent e75ad57446
commit 876f8c90a2
5 changed files with 773 additions and 1 deletions

View file

@ -57,6 +57,7 @@ tgbaalgos_HEADERS = \
scc.hh \
sccfilter.hh \
se05.hh \
simulation.hh \
stats.hh \
tau03.hh \
tau03opt.hh \
@ -93,6 +94,7 @@ libtgbaalgos_la_SOURCES = \
scc.cc \
sccfilter.cc \
se05.cc \
simulation.cc \
stats.cc \
tau03.cc \
tau03opt.cc \