Add remove_fin Python binding.
* wrap/python/spot_impl.i: here. * wrap/python/tests/automata.ipynb: tests here.
This commit is contained in:
parent
f067dd7871
commit
65a729ab3d
2 changed files with 200 additions and 11 deletions
|
|
@ -129,6 +129,7 @@ namespace std {
|
|||
#include "tgbaalgos/magic.hh"
|
||||
#include "tgbaalgos/minimize.hh"
|
||||
#include "tgbaalgos/neverclaim.hh"
|
||||
#include "tgbaalgos/remfin.hh"
|
||||
#include "tgbaalgos/safety.hh"
|
||||
#include "tgbaalgos/sccfilter.hh"
|
||||
#include "tgbaalgos/stats.hh"
|
||||
|
|
@ -271,6 +272,7 @@ using namespace spot;
|
|||
%include "tgbaalgos/minimize.hh"
|
||||
%include "tgbaalgos/neverclaim.hh"
|
||||
%include "tgbaalgos/safety.hh"
|
||||
%include "tgbaalgos/remfin.hh"
|
||||
%include "tgbaalgos/sccfilter.hh"
|
||||
%include "tgbaalgos/stats.hh"
|
||||
%include "tgbaalgos/isdet.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue