ltl2tgba.html: Add a warning.

* wrap/python/ajax/spot.in: Warn about formulae that don't look
stuttering insensitive.
This commit is contained in:
Alexandre Duret-Lutz 2012-07-15 18:30:45 +02:00
parent e30b92327a
commit 8d2d9be39c

View file

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