ltldo: preserve generic acceptance
* src/bin/ltldo.cc: Default to generic acceptance. * src/tests/ltl2dstar.test: Add a test.
This commit is contained in:
parent
3d1ccdc45e
commit
0e04b25342
2 changed files with 29 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue