Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Spot
Spot
Commits
2cda41e2
Commit
2cda41e2
authored
May 30, 2016
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/org/tut04.org: Typos.
parent
b4088271
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
doc/org/tut04.org
doc/org/tut04.org
+4
-3
No files found.
doc/org/tut04.org
View file @
2cda41e2
...
...
@@ -4,7 +4,7 @@
#+SETUPFILE: setup.org
#+HTML_LINK_UP: tut.html
This page show how to test whether two LTL/PSL formulas are equal.
This page show
s
how to test whether two LTL/PSL formulas are equal.
* Shell
...
...
@@ -18,8 +18,9 @@ ltlfilt -f '(a U b) U a' --equivalent-to 'b U a'
#+RESULTS:
: (a U b) U a
Since input formula was output, it means it is equivalent. Adding
=-c= to count the number for formula output provide a yes/no answer.
Since the input formula was output, it means it is equivalent to =b U
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
ltlfilt -c -f '(a U b) U a' --equivalent-to 'b U a'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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