fix Python bindings for relabeling_map, and document them
This fixes #61, and addresses one item of #14. * src/ltlvisit/relabel.hh: Use a map rather than a unordered_map, because the Swig binding for unordered_map do not seem functional. * wrap/python/spot_impl.i: Adjust. * wrap/python/tests/relabel.py: New file. * wrap/python/tests/Makefile.am: Add it. * doc/org/tut02.org: New file. * doc/Makefile.am: Add it.
This commit is contained in:
parent
a8f5e7fd8b
commit
6c2985e753
6 changed files with 225 additions and 22 deletions
|
|
@ -79,6 +79,7 @@ ORG_FILES = \
|
|||
org/randltl.org \
|
||||
org/tools.org \
|
||||
org/tut01.org \
|
||||
org/tut02.org \
|
||||
org/satmin.org \
|
||||
org/satmin.tex \
|
||||
org/setup.org \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue