sat_minimize: do not complete in the preproc step

Fixes #204.

* spot/twaalgos/dtwasat.cc (sat_minimize): Here.
* tests/core/satmin2.test: Add a test case.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2017-01-14 10:18:16 +01:00
parent 3ff2acb397
commit b210db8949
3 changed files with 99 additions and 97 deletions

4
NEWS
View file

@ -155,6 +155,10 @@ Bugs fixed:
input (%s) it would not automatically relabel any unsupported
atomic propositions as ltldo already do.
* When running "autfilt --sat-minimize" on a automaton representing
an obligation property, the result would always be a complete
automaton even without the -C option.
New in spot 2.2.2 (2016-12-16)
Build: