diff --git a/wrap/python/ajax/spot.in b/wrap/python/ajax/spot.in index 6588f2aa1..b78365307 100755 --- a/wrap/python/ajax/spot.in +++ b/wrap/python/ajax/spot.in @@ -480,6 +480,9 @@ cannot be translated using this algorithm. Please use Couveur/FM.''' dict = spot.bdd_dict() +if output_type == 't' and not (f.is_ltl_formula() and f.is_X_free()): + unbufprint('Warning: The following result assumes the input formula is stuttering insensitive.
') + # Should the automaton be displayed as a SBA? issba = False