ltl2tgba.html: Add a warning.
* wrap/python/ajax/spot.in: Warn about formulae that don't look stuttering insensitive.
This commit is contained in:
parent
e30b92327a
commit
8d2d9be39c
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue