simulation: do not purge unreachable states when recording implications
This fixes the incorrect output of tgba_determinize() reported yesterday by Reuben Rowe. * spot/twaalgos/simulation.cc: Do not purge unreachable states when recording implications. * tests/python/bugdet.py: New test case. * tests/Makefile.am: Add it. * THANKS: Add Reuben. * NEWS: Mention the bug.
This commit is contained in:
parent
adc40fdcb6
commit
d919b78c89
5 changed files with 104 additions and 1 deletions
|
|
@ -321,6 +321,7 @@ TESTS_python = \
|
|||
python/accparse2.py \
|
||||
python/alarm.py \
|
||||
python/bddnqueen.py \
|
||||
python/bugdet.py \
|
||||
python/implies.py \
|
||||
python/interdep.py \
|
||||
python/ltl2tgba.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue