from_ltlf: new LTL transformation.
Fixes #187. * spot/tl/ltlf.cc, spot/tl/ltlf.hh: New files. * spot/tl/Makefile.am: Add them. * bin/ltlfilt.cc: Add a new option. * bin/man/ltlfilt.x: Add bibliographic reference. * tests/core/ltlfilt.test: Add more tests. * tests/python/ltlf.py: New file. * tests/Makefile.am: Add it. * python/spot/impl.i: Python bindings. * NEWS: Mention it.
This commit is contained in:
parent
fe1f754d2e
commit
2e69e04583
10 changed files with 226 additions and 1 deletions
9
NEWS
9
NEWS
|
|
@ -1,7 +1,16 @@
|
|||
New in spot 2.1.2.dev (not yet released)
|
||||
|
||||
Command-line tools:
|
||||
|
||||
* ltlfilt has a new option --from-ltlf to help reducing LTLf (i.e.,
|
||||
LTL over finite words) model checking to LTL model checking. This
|
||||
is based on a transformation by De Giacomo & Vardi (IJCAI'13).
|
||||
|
||||
Library:
|
||||
|
||||
* from_ltlf() is a new function implementing the --from-ltlf
|
||||
transformation described above.
|
||||
|
||||
* is_unambiguous() was rewritten in a more efficient way.
|
||||
|
||||
* scc_info learned to determine the acceptance of simple SCCs made
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue