* wrap/python/cgi/ltl2tgba.in: Add options to check the produced

automata for emptiness, using the existing algorithms.
* wrap/python/spot.i: Declare spot::explicit_magic_search,
and spot::explicit_se05_search as allocating their output.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-14 23:10:56 +00:00
parent 4a7486bbff
commit ca6084160e
3 changed files with 118 additions and 12 deletions

View file

@ -132,6 +132,8 @@ using namespace spot;
%feature("new") spot::tgba_dupexp_dfs;
%feature("new") spot::emptiness_check::check;
%feature("new") spot::emptiness_check_result::accepting_run;
%feature("new") spot::explicit_magic_search;
%feature("new") spot::explicit_se05_search;
// Help SWIG with namespace lookups.
#define ltl spot::ltl