tra2tba: Merge edges of resulting automaton

* spot/twaalgos/tra2tba.cc: Call 'merge_edges'
* tests/python/tra2tba.py: Update tests
This commit is contained in:
xlauko 2017-06-13 18:45:49 +02:00 committed by Alexandre Duret-Lutz
parent 69cf3c5590
commit bd8ede6226
2 changed files with 24 additions and 28 deletions

View file

@ -310,6 +310,8 @@ namespace spot
res->prop_complete(complete);
res->prop_universal(deterministic);
res->purge_dead_states();
res->merge_edges();
return res;
}