autfilt: fix simpification of exclusive AP

* bin/autfilt.cc: Here.
* tests/core/exclusive-tgba.test: Test it.
* NEWS: Mention the fix.
This commit is contained in:
Alexandre Duret-Lutz 2016-04-29 12:08:32 +02:00
parent 0b05a8f98b
commit 4f913c7fb5
3 changed files with 25 additions and 4 deletions

3
NEWS
View file

@ -14,6 +14,9 @@ New in spot 2.0.0a (not yet released)
* Typo in documentation of the -H option in --help output.
* The automaton parser would choke on comments like /******/.
* check_strength() should also set negated properties.
* Fix autfilt to apply --simplify-exclusive-ap only after
the simplifications of (--small/--deterministic) have
been performed.
New in spot 2.0 (2016-04-11)