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:
Alexandre Duret-Lutz 2016-11-01 09:03:22 +01:00
parent adc40fdcb6
commit d919b78c89
5 changed files with 104 additions and 1 deletions

View file

@ -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 \