dtwasat: various fixes
* spot/twaalgos/dtwasat.cc: Do not return a transition-based automaton when state-based output is requested. * tests/python/satmin.ipynb, spot/twaalgos/dtbasat.hh: Fix some typos. * tests/python/satmin.py: Add test cases. * NEWS: Mention the bugs.
This commit is contained in:
parent
fea0be96c1
commit
ee80849caf
5 changed files with 32 additions and 11 deletions
5
NEWS
5
NEWS
|
|
@ -298,6 +298,11 @@ New in spot 2.9.8.dev (not yet released)
|
|||
- tgba_determinize() could create parity automata using more colors
|
||||
than necessary. (Related to issue #298)
|
||||
|
||||
- There were two corners cases under which sat_minimize() would
|
||||
return the original transition-based automaton when asked to
|
||||
produce state-based output without changing the acceptance
|
||||
condition.
|
||||
|
||||
Deprecation notices:
|
||||
|
||||
- twa_graph::defrag_states() and digraph::defrag_states() now take
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue