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
423136a6
Commit
423136a6
authored
Jan 21, 2017
by
Alexandre Duret-Lutz
Browse files
ltsmin: register dead only if it is an atomic proposition
* spot/ltsmin/ltsmin.cc: Here. This fixes
5a441e1b
.
parent
5a441e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/ltsmin/ltsmin.cc
View file @
423136a6
...
...
@@ -1118,7 +1118,8 @@ namespace spot
// twa::ap() works.
for
(
auto
ap
:
*
to_observe
)
res
->
register_ap
(
ap
);
res
->
register_ap
(
dead
);
if
(
dead
.
is
(
op
::
ap
))
res
->
register_ap
(
dead
);
return
res
;
}
...
...
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