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 71fbca8b0d
commit fc786d401a
3 changed files with 11 additions and 2 deletions

3
NEWS
View file

@ -8,6 +8,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: