Skip to content
GitLab
Menu
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
a5a74481
Commit
a5a74481
authored
Mar 18, 2011
by
Alexandre Duret-Lutz
Browse files
* src/ltltest/genltl.cc (syntax): Typos in the help text.
parent
1878bfd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a5a74481
2011-03-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltltest/genltl.cc (syntax): Typos in the help text.
2011-03-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Improve a reduction rule for "a M b".
...
...
src/ltltest/genltl.cc
View file @
a5a74481
...
...
@@ -72,8 +72,8 @@ syntax(char* prog)
<<
"Classes available (F):"
<<
std
::
endl
<<
" 1: F(p1&F(p2&F(p3&...F(pn)))) & F(q1&F(q2&F(q3&...F(qn))))"
<<
std
::
endl
<<
" 2: p&X(p&X(p&...X(p)))) &
X
(q&
F
(q&
F
(q&...
F
(q))))"
<<
std
::
endl
<<
" 3: p&(Xp)&(XXp)&...(X...X(p)) &
p
&(Xq)&(XXq)&...(X...X(q))"
<<
" 2:
F(
p&X(p&X(p&...X(p)))) &
F
(q&
X
(q&
X
(q&...
X
(q))))"
<<
std
::
endl
<<
" 3:
F(
p&(Xp)&(XXp)&...(X...X(p))
)
&
F(q
&(Xq)&(XXq)&...(X...X(q))
)
"
<<
std
::
endl
<<
" 4: GF(p1)&GF(p2)&...&GF(pn)"
<<
std
::
endl
<<
" 5: FG(p1)|FG(p2)|...|FG(pn)"
<<
std
::
endl
...
...
Write
Preview
Supports
Markdown
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