STA: the artificial livelock state becomes the first successor
* src/taalgos/tgba2ta.cc: improves the STA (Single-pass TA) by adding the artificial livelock state as the first successor.
This commit is contained in:
parent
ed27dab306
commit
d64b40452c
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ namespace spot
|
||||||
{
|
{
|
||||||
|
|
||||||
testing_automata->create_transition(source, (*it_conditions),
|
testing_automata->create_transition(source, (*it_conditions),
|
||||||
bddfalse, artificial_livelock_accepting_state);
|
bddfalse, artificial_livelock_accepting_state,true);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue