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
62bf41cd
Commit
62bf41cd
authored
Mar 14, 2012
by
Alexandre Duret-Lutz
Browse files
Prefer "xor" over "^" when outputing formulae.
* src/ltlvisit/tostring.cc (to_string_visitor): Here.
parent
5ce59c01
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ltlvisit/tostring.cc
View file @
62bf41cd
// Copyright (C) 2008, 2010, 2012 Laboratoire de Recherche et
Développement
// de l'Epita (LRDE)
.
// Copyright (C) 2008, 2010, 2012 Laboratoire de Recherche et
//
Développement
de l'Epita (LRDE)
// Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
...
...
@@ -156,7 +156,7 @@ namespace spot
switch
(
bo
->
op
())
{
case
binop
::
Xor
:
os_
<<
"
^
"
;
os_
<<
"
xor
"
;
break
;
case
binop
::
Implies
:
os_
<<
" -> "
;
...
...
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