BUG FIX in TA construction and minimization
* src/taalgos/tgba2ta.cc: BUG FIX in TA construction * src/taalgos/minimize.cc: BUG FIX in TA minimization (did_split Flag)
This commit is contained in:
parent
4a1d6dd67c
commit
a13d2c8fc7
2 changed files with 8 additions and 3 deletions
|
|
@ -512,7 +512,7 @@ namespace spot
|
|||
== testing_automata->all_acceptance_conditions()))
|
||||
{
|
||||
self_loop_state->set_livelock_accepting_state(true);
|
||||
self_loop_state->set_accepting_state(true);
|
||||
if (artificial_livelock_accepting_state != 0) self_loop_state->set_accepting_state(true);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue