python: add bindings for ltsmin
* python/spot/ltsmin.i: New file. * python/Makefile.am: Add it. * python/spot/impl.i: Add bindings for kripke and fair_kripke. * tests/python/ltsmin.ipynb: New file. * tests/Makefile.am, doc/org/tut.org: Add it. * tests/python/ipnbdoctest.py: Make it possible for notebook to exit(77). * debian/control: Make the Python package dependent on libspotltsmin0. * python/spot/__init__.py: Typo.
This commit is contained in:
parent
215fcb799a
commit
5a9b0aa1c1
9 changed files with 635 additions and 6 deletions
|
|
@ -143,6 +143,9 @@
|
|||
|
||||
#include <spot/parseaut/public.hh>
|
||||
|
||||
#include <spot/kripke/kripke.hh>
|
||||
#include <spot/kripke/fairkripke.hh>
|
||||
|
||||
#include <spot/ta/ta.hh>
|
||||
#include <spot/ta/tgta.hh>
|
||||
#include <spot/ta/taexplicit.hh>
|
||||
|
|
@ -434,6 +437,9 @@ namespace std {
|
|||
|
||||
%include <spot/parseaut/public.hh>
|
||||
|
||||
%include <spot/kripke/fairkripke.hh>
|
||||
%include <spot/kripke/kripke.hh>
|
||||
|
||||
%include <spot/ta/ta.hh>
|
||||
%include <spot/ta/tgta.hh>
|
||||
%include <spot/ta/taexplicit.hh>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue