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:
parent
7760b459e7
commit
03aabf9a3a
5 changed files with 104 additions and 20 deletions
|
|
@ -91,6 +91,7 @@ TESTS = \
|
|||
tripprod.test \
|
||||
mixprod.test \
|
||||
dupexp.test \
|
||||
degendet.test \
|
||||
kv.test \
|
||||
reduccmp.test \
|
||||
reductgba.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue