Fix a nondeterministic behavior of the degeneralization algorithm.

Reported by Tomáš Babiak <xbabiak@fi.muni.cz>.

* src/tgba/tgbatba.cc (tgba_tba_proxy): Replace the std::map used
to record outgoing transitions by an Sgi::hash_map, and keep the
order of these transitions in a separate list.
* src/tgbatest/degendet.test: New file.
* src/tgbatest/Makefile.am (TESTS): Add it.
* THANKS: Add Tomáš and convert to utf8.
This commit is contained in:
Alexandre Duret-Lutz 2011-08-17 15:27:39 +02:00
parent 7760b459e7
commit 03aabf9a3a
5 changed files with 104 additions and 20 deletions

5
THANKS
View file

@ -3,9 +3,10 @@ suggestions.
Heikki Tauriainen
Jean-Michel Couvreur
Jean-Michel Ilié
Jean-Michel Ilié
Kristin Y. Rozier
Michael Weber
Rüdiger Ehlers
Rüdiger Ehlers
Silien Hong
Tomáš Babiak
Yann Thierry-Mieg