ltldo: automatic renaming of AP

* src/bin/ltldo.cc: Relabel formula and output automata as needed.
* src/tgbaalgos/relabel.cc, src/tgbaalgos/relabel.hh: New files.
* src/tgbaalgos/Makefile.am: Add them.
* src/tgbatest/ltldo.test: Add some tests.
* doc/org/ltldo.org: Document this.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-27 13:59:02 +01:00
parent a4a0cf3bb2
commit 259c9faaae
6 changed files with 246 additions and 1 deletions

View file

@ -60,6 +60,7 @@ tgbaalgos_HEADERS = \
randomize.hh \
reachiter.hh \
reducerun.hh \
relabel.hh \
replayrun.hh \
safety.hh \
save.hh \
@ -111,6 +112,7 @@ libtgbaalgos_la_SOURCES = \
reachiter.cc \
reducerun.cc \
replayrun.cc \
relabel.cc \
safety.cc \
save.cc \
scc.cc \