* src/tgbaalgos/replayrun.cc, src/tgbaalgos/replayrun.hh: New files.
Cannot test them because the run returned by the emptiness checks are currently incomplete (they lack the acceptance conditions, and sometimes even the labels in the prefix). * src/tgbaalgos/Makefile.am (tgbaalgos_HEADERS, libtgbaalgos_la_SOURCES): Add them. * src/tgbatest/ltl2tgba.cc (main): Prepare to use replay_tgba_run when the emptiness checks are fixed.
This commit is contained in:
parent
6c815004c4
commit
7819f14db2
5 changed files with 182 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ tgbaalgos_HEADERS = \
|
|||
neverclaim.hh \
|
||||
powerset.hh \
|
||||
reachiter.hh \
|
||||
replayrun.hh \
|
||||
save.hh \
|
||||
stats.hh \
|
||||
reductgba_sim.hh
|
||||
|
|
@ -53,6 +54,7 @@ libtgbaalgos_la_SOURCES = \
|
|||
neverclaim.cc \
|
||||
powerset.cc \
|
||||
reachiter.cc \
|
||||
replayrun.cc \
|
||||
save.cc \
|
||||
stats.cc \
|
||||
reductgba_sim.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue