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:
Ala-Eddine Ben-Salem 2011-11-27 14:23:18 +01:00 committed by Alexandre Duret-Lutz
parent ed27dab306
commit d64b40452c

View file

@ -271,7 +271,7 @@ namespace spot
{
testing_automata->create_transition(source, (*it_conditions),
bddfalse, artificial_livelock_accepting_state);
bddfalse, artificial_livelock_accepting_state,true);
}
}