tra2tba: Merge edges of resulting automaton
* spot/twaalgos/tra2tba.cc: Call 'merge_edges' * tests/python/tra2tba.py: Update tests
This commit is contained in:
parent
69cf3c5590
commit
bd8ede6226
2 changed files with 24 additions and 28 deletions
|
|
@ -310,6 +310,8 @@ namespace spot
|
|||
res->prop_complete(complete);
|
||||
res->prop_universal(deterministic);
|
||||
res->purge_dead_states();
|
||||
res->merge_edges();
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue