python: binding and example for cleanup_acceptance

* wrap/python/spot_impl.i: Include cleanacc.hh.
* wrap/python/tests/randaut.ipynb: New file.
* wrap/python/tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2015-03-31 11:25:32 +02:00
parent df981a0676
commit d3ee61979c
3 changed files with 1971 additions and 0 deletions

View file

@ -116,6 +116,7 @@ namespace std {
#include "tgba/taatgba.hh"
#include "tgba/tgbaproduct.hh"
#include "tgbaalgos/cleanacc.hh"
#include "tgbaalgos/dotty.hh"
#include "tgbaalgos/degen.hh"
#include "tgbaalgos/dupexp.hh"
@ -260,6 +261,7 @@ namespace spot {
// Should come after the definition of tgba_digraph
%include "tgbaalgos/cleanacc.hh"
%include "tgbaalgos/degen.hh"
%include "tgbaalgos/dotty.hh"
%include "tgbaalgos/dupexp.hh"

View file

@ -45,5 +45,6 @@ TESTS = \
optionmap.py \
parsetgba.py \
piperead.ipynb \
randaut.ipynb \
randltl.ipynb \
setxor.py

File diff suppressed because it is too large Load diff