diff --git a/spot/twa/acc.cc b/spot/twa/acc.cc index 119f81ce9..2de0d221e 100644 --- a/spot/twa/acc.cc +++ b/spot/twa/acc.cc @@ -1694,6 +1694,17 @@ namespace spot os << ' ' << p; } } + else if (is_generalized_streett(pairs)) + { + os << gen() << "Streett"; + if (!no_main_param) + { + os << ' ' << pairs.size(); + if (!no_extra_param) + for (auto p: pairs) + os << ' ' << p; + } + } else { bool max = false; diff --git a/tests/python/randaut.ipynb b/tests/python/randaut.ipynb index 128aa0f96..0fc76356a 100644 --- a/tests/python/randaut.ipynb +++ b/tests/python/randaut.ipynb @@ -30,7 +30,7 @@ "input": [ "from IPython.display import display, HTML\n", "import spot\n", - "spot.setup(size='5.4,5')" + "spot.setup(size='5,4')" ], "language": "python", "metadata": {}, @@ -61,8 +61,8 @@ "outputs": [ { "html": [ - "