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:
Alexandre Duret-Lutz 2016-01-26 19:32:26 +01:00
parent a3c2691632
commit c968e7b856
3 changed files with 14 additions and 3 deletions

View file

@ -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);