Skip to content
GitLab
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
64d5de8f
Commit
64d5de8f
authored
May 16, 2005
by
Denis Poitrenaud
Browse files
* src/ltlvisit/syntimpl.cc: Fix a typo.
parent
5a39d40b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
64d5de8f
2005-05-16 Denis Poitrenaud <dp@src.lip6.fr>
* src/ltlvisit/syntimpl.cc: Fix a typo.
2005-05-13 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/ltlvisit/syntimpl.cc: Fix detection of purely eventual formulae.
...
...
src/ltlvisit/syntimpl.cc
View file @
64d5de8f
...
...
@@ -102,7 +102,7 @@ namespace spot
eventual
=
recurse_ev
(
f1
)
&&
recurse_ev
(
f2
);
return
;
case
binop
::
U
:
universal
=
recurse_un
(
f1
)
&
recurse_un
(
f2
);
universal
=
recurse_un
(
f1
)
&
&
recurse_un
(
f2
);
if
((
f1
==
constant
::
true_instance
())
// Both operand must be purely eventual, unlike in
// the proceedings of Concur'00. (The revision of
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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