ltldo: preserve generic acceptance

* src/bin/ltldo.cc: Default to generic acceptance.
* src/tests/ltl2dstar.test: Add a test.
This commit is contained in:
Alexandre Duret-Lutz 2015-05-14 16:02:29 +02:00
parent 3d1ccdc45e
commit 0e04b25342
2 changed files with 29 additions and 1 deletions

View file

@ -344,6 +344,7 @@ main(int argc, char** argv)
// Disable post-processing as much as possible by default.
level = spot::postprocessor::Low;
pref = spot::postprocessor::Any;
type = spot::postprocessor::Generic;
if (int err = argp_parse(&ap, argc, argv, ARGP_NO_HELP, 0, 0))
exit(err);