Fix: Remove SBAcc option in bin/ltlfilt

* bin/ltlfilt.cc: Remove SBAcc option as rabin_to_buchi_maybe() works
with transition-based acceptance as well.
This commit is contained in:
Alexandre GBAGUIDI AISSE 2017-09-19 14:47:31 +01:00
parent bd5c6920b1
commit 75d9e5f624

View file

@ -751,8 +751,7 @@ namespace
// BA will preserve determinism if possible.
spot::postprocessor p;
p.set_type(spot::postprocessor::Generic);
p.set_pref(spot::postprocessor::Deterministic
| spot::postprocessor::SBAcc);
p.set_pref(spot::postprocessor::Deterministic);
p.set_level(spot::postprocessor::Low);
auto dra = p.run(aut);
if (dra->acc().is_generalized_buchi())