Add remove_fin Python binding.

* wrap/python/spot_impl.i: here.
* wrap/python/tests/automata.ipynb: tests here.
This commit is contained in:
Etienne Renault 2015-04-20 20:28:10 +02:00
parent f067dd7871
commit 65a729ab3d
2 changed files with 200 additions and 11 deletions

View file

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