Implement W,M removal for Spin output.
* src/ltlvisit/wmunabbrev.hh, src/ltlvisit/wmunabbrev.cc: New files. * src/ltlvisit/Makefile.am: Add them. * src/ltlvisit/tostring.cc (to_spin_string): Use the new rewriting. * wrap/python/ajax/spot.in: Warn when a "Spin" still contain PSL operators. * wrap/python/ajax/ltl2tgba.html: Adjust help text. * doc/tl/tl.tex, NEWS: Document the new rewriting.
This commit is contained in:
parent
e64a1bf565
commit
a09ad6b4c6
8 changed files with 176 additions and 15 deletions
|
|
@ -45,7 +45,8 @@ ltlvisit_HEADERS = \
|
|||
simplify.hh \
|
||||
snf.hh \
|
||||
tostring.hh \
|
||||
tunabbrev.hh
|
||||
tunabbrev.hh \
|
||||
wmunabbrev.hh
|
||||
|
||||
noinst_LTLIBRARIES = libltlvisit.la
|
||||
libltlvisit_la_SOURCES = \
|
||||
|
|
@ -66,4 +67,5 @@ libltlvisit_la_SOURCES = \
|
|||
simplify.cc \
|
||||
snf.cc \
|
||||
tostring.cc \
|
||||
tunabbrev.cc
|
||||
tunabbrev.cc \
|
||||
wmunabbrev.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue