autfilt: fix --sat-minimize -B

Fixes #340.

* bin/common_post.cc: -B implies -S.
* tests/core/satmin2.test: Test this.
This commit is contained in:
Alexandre Duret-Lutz 2018-03-28 14:08:35 +02:00
parent ee30f96676
commit 82796c04ae
3 changed files with 11 additions and 2 deletions

3
NEWS
View file

@ -35,6 +35,9 @@ New in spot 2.5.2.dev (not yet released)
- Fix cryptic error message from Python's spot.translate() and
spot.postprocess() when supplying conflicting arguments.
- "autfilt -B --sat-minimize" was incorrectly producing
transition-based automata.
New in spot 2.5.2 (2018-03-25)
Bugs fixed: