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
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -30,7 +30,7 @@ Package: libspot-dev
|
|||
Architecture: any
|
||||
Section: libdevel
|
||||
Suggests: spot-doc
|
||||
Depends: libspot0 (>= ${source:Version}), libspot0 (<< ${source:Version}.1~), libspotltsmin0 (>= ${source:Version}) , libspotltsmin0 (<< ${source:Version}.1~), ${misc:Depends}, libbddx-dev
|
||||
Depends: libspot0 (>= ${source:Version}), libspot0 (<< ${source:Version}.1~), libspotltsmin0 (>= ${source:Version}), libspotltsmin0 (<< ${source:Version}.1~), ${misc:Depends}, libbddx-dev
|
||||
Description: headers for the Spot model checking library
|
||||
C++ headers for the Spot library.
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ Description: documentation for Spot
|
|||
Package: python3-spot
|
||||
Architecture: any
|
||||
Section: python
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libspot0 (>= ${source:Version}), libspot0 (<< ${source:Version}.1~)
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, libspot0 (>= ${source:Version}), libspot0 (<< ${source:Version}.1~), libspotltsmin0 (>= ${source:Version}), libspotltsmin0 (<< ${source:Version}.1~)
|
||||
Suggests: ipython3
|
||||
Description: python3 binding for spot
|
||||
Spot allows manipulation of omega-automata as well
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue