ltl2tgba_fm: fix setting of unambiguous property
Report from Joachim Klein. * spot/twaalgos/ltl2tgba_fm.cc: Set the property, do not read it. * tests/core/unambig.test: Add a test. * NEWS: Mention the bug.
This commit is contained in:
parent
a3c2691632
commit
c968e7b856
3 changed files with 14 additions and 3 deletions
|
|
@ -2193,7 +2193,7 @@ namespace spot
|
|||
}
|
||||
|
||||
if (unambiguous)
|
||||
a->prop_unambiguous();
|
||||
a->prop_unambiguous(true);
|
||||
|
||||
// Set the following to true to preserve state names.
|
||||
a->release_formula_namer(namer, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue