Speedup build_result() called by minimize_dfa().

* src/tgbaalgos/minimize.cc (build_result): Speed it up by
removing one useless loop, creating many duplicate transitions
that had to be merged.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-04 11:50:52 +01:00
parent 4b75c9b8e6
commit de4166f4c9
2 changed files with 18 additions and 9 deletions

View file

@ -1,3 +1,11 @@
2011-03-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Speedup build_result() called by minimize_dfa().
* src/tgbaalgos/minimize.cc (build_result): Speed it up by
removing one useless loop, creating many duplicate transitions
that had to be merged.
2011-03-01 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltltest/genltl.cc: Add 10 more LTL formula classes.