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
7438fa3c
Commit
7438fa3c
authored
May 05, 2012
by
Alexandre Duret-Lutz
Browse files
Fix LTL output for Spin.
* src/ltlvisit/tostring.cc (spin_kw): Output X, not ().
parent
927d7458
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ltlvisit/tostring.cc
View file @
7438fa3c
...
...
@@ -105,11 +105,11 @@ namespace spot
"1"
,
"[*0]"
,
// not supported
" xor "
,
// rewritten
" -> "
,
// rewritten
" <-> "
,
// rewritten
" -> "
,
// rewritten
, although supported
" <-> "
,
// rewritten
, although supported
" U "
,
" V "
,
" W "
,
// rewritten
" W "
,
// rewritten
, although supported
" M "
,
// rewritten
"<>-> "
,
// not supported
"<>=> "
,
// not supported
...
...
@@ -118,7 +118,7 @@ namespace spot
"[]-> "
,
// not supported
"[]=> "
,
// not supported
"!"
,
"
()
"
,
"
X
"
,
"<>"
,
"[]"
,
" || "
,
...
...
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