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:
Alexandre Duret-Lutz 2015-06-07 14:18:42 +02:00
parent a8f5e7fd8b
commit 6c2985e753
6 changed files with 225 additions and 22 deletions

View file

@ -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 \