simulation: incorrect setting of non-deterministic property

Fixes #286.

* spot/twaalgos/simulation.cc: Only set the deterministic
property, not the non-deterministic one.
* tests/core/ltl2tgba.test: Add test case.
* NEWS: Mention the issue.
This commit is contained in:
Alexandre Duret-Lutz 2017-09-28 20:38:13 +02:00
parent a13a4e7d23
commit ce5e3b654f
3 changed files with 15 additions and 3 deletions

3
NEWS
View file

@ -126,6 +126,9 @@ New in spot 2.4.0.dev (not yet released)
still correct outputs) depending on the BDD operations performed
before.
- spot::simulation() would occasionally incorrectly flag an
automaton as non-deterministic.
New in spot 2.4 (2017-09-06)
Build: