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
|
|
@ -50,6 +50,13 @@ Automata. Proceedings of CONCUR'00. LNCS 1877.
|
|||
|
||||
Describe the syntactic LTL classes matched by \fB\-\-eventual\fR, and
|
||||
\fB\-\-universal\fR.
|
||||
.TP
|
||||
\(bu
|
||||
Giuseppe De Giacomo, Moshe Y. Vardi: Linear Temporal Logic and
|
||||
Linear Dynamic Logic on Finite Traces. Proceedings of IJCAI'13.
|
||||
|
||||
Describe the transformation implemented by \fB\-\-from\-ltlf\fR
|
||||
to reduce LTLf model checking to LTL model checking.
|
||||
[SEE ALSO]
|
||||
.BR randltl (1),
|
||||
.BR ltldo (1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue