acc: extend top_disjuncts and top_conjuncts to acc_cond as well
* spot/twa/acc.hh, spot/twa/acc.cc: Implement the new methods. * python/spot/impl.i: Add bindings for vectors of acc_cond. * tests/python/acc_cond.ipynb: Test the two methods. * NEWS: Adjust.
This commit is contained in:
parent
01edf4f8e1
commit
0d9c81a6d9
5 changed files with 87 additions and 16 deletions
6
NEWS
6
NEWS
|
|
@ -20,9 +20,9 @@ New in spot 2.7.2.dev (not yet released)
|
|||
'ltldo ltl2dstar -f 'GFa -> GFb' | autfilt --small' produces 1
|
||||
state instead of 4.)
|
||||
|
||||
- acc_cond::acc_code::top_disjuncts() and
|
||||
acc_cond::acc_code::top_conjuncts() can be used to split an
|
||||
acceptance condition on the top-level & or |.
|
||||
- acc_cond::top_disjuncts() and acc_cond::top_conjuncts() can be
|
||||
used to split an acceptance condition on the top-level & or |.
|
||||
These methods also exist in acc_cond::acc_code.
|
||||
|
||||
- minimize_obligation() learned to work on very weak automata even
|
||||
if the formula or negated automaton are not supplied. (This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue