From 5793cf32f9b13844e5ccf61f52ce110bf6d3258f Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 8 Mar 2017 17:33:51 +0100 Subject: [PATCH] python: add bindings for to_generalized_buchi() * python/spot/impl.i: Here. * NEWS: Mention it. --- NEWS | 3 ++- python/spot/impl.i | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index df08882e8..68b5f8edc 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,8 @@ New in spot 2.3.1.dev (not yet released) Python: - - The bdd_to_formula() function can now be called in Python. + - The bdd_to_formula(), and to_generalized_buchi() functions can now + be called in Python. Documentation: diff --git a/python/spot/impl.i b/python/spot/impl.i index 5da4cec60..fedae556e 100644 --- a/python/spot/impl.i +++ b/python/spot/impl.i @@ -134,6 +134,7 @@ #include #include #include +#include #include #include #include @@ -536,6 +537,7 @@ def state_is_accepting(self, src) -> "bool": %include %include %include +%include %traits_swigtype(spot::scc_info_node); %fragment(SWIG_Traits_frag(spot::scc_info_node)); %include