* src/tgbaalgos/sccfilter.cc (scc_filter): Merge transitions
after removing acceptance conditions.
This commit is contained in:
parent
7ac3c5e70c
commit
5d427f6d15
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-11-20 Alexandre Duret-Lutz <adl@va-et-vient.net>
|
||||
|
||||
* src/tgbaalgos/sccfilter.cc (scc_filter): Merge transitions
|
||||
after removing acceptance conditions.
|
||||
|
||||
2009-11-18 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Remove prune_scc(), prune_acc(), and related fonctions.
|
||||
|
|
|
|||
|
|
@ -93,7 +93,9 @@ namespace spot
|
|||
|
||||
filter_iter fi(aut, sm, ss.useless_scc_map);
|
||||
fi.run();
|
||||
return fi.result();
|
||||
tgba_explicit_string* res = fi.result();
|
||||
res->merge_transitions();
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue