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
13
ChangeLog
13
ChangeLog
|
|
@ -1,3 +1,16 @@
|
|||
2011-08-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
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.
|
||||
|
||||
2011-08-17 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* src/tgbatest/ltl2tgba.cc (syntax): -N implies -DS, not -D.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue