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/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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue