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

View file

@ -164,6 +164,7 @@ parse_opt_post(int key, char* arg, struct argp_state*)
case 'B':
type = spot::postprocessor::BA;
colored = spot::postprocessor::Any;
sbacc = spot::postprocessor::SBAcc;
break;
case 'C':
comp = spot::postprocessor::Complete;