Cleaning code of TA Product and Emptiness-check
* src/ta/taproduct.cc, src/taalgos/emptinessta.cc: remove unused (commented) code.
This commit is contained in:
parent
d64b40452c
commit
db2fcfa97a
2 changed files with 1 additions and 30 deletions
|
|
@ -216,7 +216,7 @@ namespace spot
|
|||
(a_->is_hole_state_in_ta_component(curr))
|
||||
&& a_->is_livelock_accepting_state(curr);
|
||||
|
||||
//may be Buchi accepting scc or livelock accepting scc (contains a TA "hole and livelock accepting state")
|
||||
//may be Buchi accepting scc or livelock accepting scc (contains a livelock accepting state that have no successors in TA)
|
||||
scc.top().is_accepting = (a_->is_accepting_state(curr)
|
||||
&& (!succ->is_stuttering_transition()
|
||||
|| a_->is_livelock_accepting_state(curr)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue