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:
parent
ee30f96676
commit
82796c04ae
3 changed files with 11 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue