Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
372a086c
Commit
372a086c
authored
Jun 09, 2013
by
Alexandre Duret-Lutz
Browse files
Improve ltlfilt.org
* doc/org/ltlfilt.org: Mention that the --stutter-invariant check use automata. Fix a typo.
parent
644b5f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/org/ltlfilt.org
View file @
372a086c
...
...
@@ -221,7 +221,7 @@ two formulas are equivalent. It would print nothing and set the exit
status to 1, were the two formulas not equivalent.
I
f
the formula =F(a & X(!a & Gb))= stutter-invariant?
I
s
the formula =F(a & X(!a & Gb))= stutter-invariant?
#+BEGIN_SRC sh :results verbatim :exports both
ltlfilt -f 'F(a & X(!a & Gb))' --stutter-invariant
...
...
@@ -250,8 +250,8 @@ ltlfilt -f 'F(a & X(!a & Gb))' --remove-x | ltlfilt --equivalent-to 'F(a & X(!a
It is therefore equivalent, but that is not a surprise since the
=--stutter-invariant= filter is actually implemented using exactly
[[http://homepages.inf.ed.ac.uk/kousha/note_on_stut_tl_lpi.ps][this procedure]] (calling the =remove_x()= function, and
checking the
equivalence of the resulting formula with the original one).
[[http://homepages.inf.ed.ac.uk/kousha/note_on_stut_tl_lpi.ps][this procedure]] (calling the =remove_x()= function, and
building automata
to check the
equivalence of the resulting formula with the original one).
# LocalWords: ltlfilt num toc LTL PSL syntaxes LBT's SRC GFp scheck
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment