acc: introduce top_conjuncts() and top_disjuncts()
* spot/twa/acc.cc, spot/twa/acc.hh: Add the new functions. * python/spot/impl.i: Add bindings. * tests/python/acc_cond.ipynb: Add tests. * NEWS: Mention it.
This commit is contained in:
parent
55c50c65c8
commit
510a18b156
5 changed files with 202 additions and 73 deletions
|
|
@ -473,6 +473,7 @@ namespace std {
|
|||
%template(vectorformula) vector<spot::formula>;
|
||||
%template(vectorunsigned) vector<unsigned>;
|
||||
%template(vectorpairunsigned) vector<pair<unsigned, unsigned>>;
|
||||
%template(vectoracccode) vector<spot::acc_cond::acc_code>;
|
||||
%template(vectorbool) vector<bool>;
|
||||
%template(vectorbdd) vector<bdd>;
|
||||
%template(vectorstring) vector<string>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue