* doc/org/tut04.org: Typos.
This commit is contained in:
parent
b408827110
commit
2cda41e244
1 changed files with 4 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
#+SETUPFILE: setup.org
|
#+SETUPFILE: setup.org
|
||||||
#+HTML_LINK_UP: tut.html
|
#+HTML_LINK_UP: tut.html
|
||||||
|
|
||||||
This page show how to test whether two LTL/PSL formulas are equal.
|
This page shows how to test whether two LTL/PSL formulas are equal.
|
||||||
|
|
||||||
* Shell
|
* Shell
|
||||||
|
|
||||||
|
|
@ -18,8 +18,9 @@ ltlfilt -f '(a U b) U a' --equivalent-to 'b U a'
|
||||||
#+RESULTS:
|
#+RESULTS:
|
||||||
: (a U b) U a
|
: (a U b) U a
|
||||||
|
|
||||||
Since input formula was output, it means it is equivalent. Adding
|
Since the input formula was output, it means it is equivalent to =b U
|
||||||
=-c= to count the number for formula output provide a yes/no answer.
|
a=. You may want to add =-c= to count the number of formula output if
|
||||||
|
you prefer a 1/0 answer:
|
||||||
|
|
||||||
#+BEGIN_SRC sh :results verbatim :exports both
|
#+BEGIN_SRC sh :results verbatim :exports both
|
||||||
ltlfilt -c -f '(a U b) U a' --equivalent-to 'b U a'
|
ltlfilt -c -f '(a U b) U a' --equivalent-to 'b U a'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue