implement BA acceptance set reduction and enlargement
For issue #570. * spot/twaalgos/cleanacc.hh, spot/twaalgos/cleanacc.cc (reduce_buchi_acceptance_set_here, enlarge_buchi_acceptance_set_here): New functions. * bin/autfilt.cc: Add options --reduce-acceptance-set and --enlarge-acceptance-set. * tests/core/basetred.test: New file. * tests/Makefile.am: Add it. * NEWS: Mention it.
This commit is contained in:
parent
ab7f4f51c4
commit
be102e09d4
6 changed files with 311 additions and 3 deletions
9
NEWS
9
NEWS
|
|
@ -35,6 +35,10 @@ New in spot 2.11.6.dev (not yet released)
|
|||
the automaton using a basis of disjoint labels. See
|
||||
https://spot.lre.epita.fr/tut25.html for some motivation.
|
||||
|
||||
- autfilt learned --reduce-acceptance-set/--enlarge-acceptance-set
|
||||
to heurisitcally remove/add to unnecessary acceptance marks in
|
||||
Büchi automata. (Issue #570)
|
||||
|
||||
- ltlfilt has a new option --relabel-overlapping-bool=abc|pnn that
|
||||
will replace boolean subformulas by fresh atomic propositions even
|
||||
if those subformulas share atomic propositions.
|
||||
|
|
@ -142,6 +146,11 @@ New in spot 2.11.6.dev (not yet released)
|
|||
|
||||
The above also impacts autfilt --included-in option.
|
||||
|
||||
- spot::reduce_buchi_acceptance_set_here() and
|
||||
spot::enlarge_buchi_acceptance_set_here() will heuristically
|
||||
remove/add unnecessary acceptance marks in Büchi automata.
|
||||
(Issue #570.)
|
||||
|
||||
- Given a twa_word_ptr W and a twa_ptr A both sharing the same
|
||||
alphabet, one can now write W->intersects(A) or A->intersects(W)
|
||||
instead of the longuer W->as_automaton()->intersects(A) or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue