Speedup scc_filter on tgba_explicit_number automata.

* src/tgbaalgos/sccfilter.cc (scc_filter): If the input automaton
is an instance of tgba_explicit_number, create a similar automaton
for output, instead of a tgba_explicit_string.
This commit is contained in:
Alexandre Duret-Lutz 2011-02-06 18:57:40 +01:00
parent caaf0a80c2
commit 0568eaf0ee

View file

@ -1,3 +1,11 @@
2011-02-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Speedup scc_filter on tgba_explicit_number automata.
* src/tgbaalgos/sccfilter.cc (scc_filter): If the input automaton
is an instance of tgba_explicit_number, create a similar automaton
for output, instead of a tgba_explicit_string.
2011-02-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Document the new operators in the on-line tools.