ltsmin: register dead only if it is an atomic proposition
* spot/ltsmin/ltsmin.cc: Here. This fixes 5a441e1b.
This commit is contained in:
parent
5a441e1b93
commit
423136a6e0
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue