fix typos and make formula_from_bdd more usable in Python
* python/spot/impl.i (formula_from_bdd): Instantiate for twa_graph. * spot/twa/twa.hh (register_aps_from_dict): Typo in exception. * tests/python/except.py: More tests for the above. * tests/python/bdddict.py: Typo in comment.
This commit is contained in:
parent
187bacc254
commit
0745e735bb
4 changed files with 42 additions and 4 deletions
|
|
@ -533,6 +533,8 @@ namespace std {
|
|||
%include <spot/twa/bdddict.hh>
|
||||
%include <spot/twa/bddprint.hh>
|
||||
%include <spot/twa/formula2bdd.hh>
|
||||
%template(formula_to_bdd) spot::formula_to_bdd<spot::twa_graph>;
|
||||
|
||||
%include <spot/twa/fwd.hh>
|
||||
/* These operators may raise exceptions, and we do not
|
||||
want Swig4 to convert those exceptions to NotImplemented. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue