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:
parent
df981a0676
commit
d3ee61979c
3 changed files with 1971 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ namespace std {
|
||||||
#include "tgba/taatgba.hh"
|
#include "tgba/taatgba.hh"
|
||||||
#include "tgba/tgbaproduct.hh"
|
#include "tgba/tgbaproduct.hh"
|
||||||
|
|
||||||
|
#include "tgbaalgos/cleanacc.hh"
|
||||||
#include "tgbaalgos/dotty.hh"
|
#include "tgbaalgos/dotty.hh"
|
||||||
#include "tgbaalgos/degen.hh"
|
#include "tgbaalgos/degen.hh"
|
||||||
#include "tgbaalgos/dupexp.hh"
|
#include "tgbaalgos/dupexp.hh"
|
||||||
|
|
@ -260,6 +261,7 @@ namespace spot {
|
||||||
|
|
||||||
// Should come after the definition of tgba_digraph
|
// Should come after the definition of tgba_digraph
|
||||||
|
|
||||||
|
%include "tgbaalgos/cleanacc.hh"
|
||||||
%include "tgbaalgos/degen.hh"
|
%include "tgbaalgos/degen.hh"
|
||||||
%include "tgbaalgos/dotty.hh"
|
%include "tgbaalgos/dotty.hh"
|
||||||
%include "tgbaalgos/dupexp.hh"
|
%include "tgbaalgos/dupexp.hh"
|
||||||
|
|
|
||||||
|
|
@ -45,5 +45,6 @@ TESTS = \
|
||||||
optionmap.py \
|
optionmap.py \
|
||||||
parsetgba.py \
|
parsetgba.py \
|
||||||
piperead.ipynb \
|
piperead.ipynb \
|
||||||
|
randaut.ipynb \
|
||||||
randltl.ipynb \
|
randltl.ipynb \
|
||||||
setxor.py
|
setxor.py
|
||||||
|
|
|
||||||
1968
wrap/python/tests/randaut.ipynb
Normal file
1968
wrap/python/tests/randaut.ipynb
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue