ltl2tgba.html: Update tooltips with Tomáš Babiak's comments.

* wrap/python/ajax/ltl2tgba.html: Update tooltips for LTL3BA.
This commit is contained in:
Alexandre Duret-Lutz 2012-06-04 20:42:03 +02:00
parent 8d9d0f7b5b
commit c4c42a37c6

View file

@ -555,24 +555,24 @@ an identifier: <span class="formula">aUb</span> is an atomic proposition, unlike
<INPUT type="checkbox" name="l3" value="l" checked> <INPUT type="checkbox" name="l3" value="l" checked>
LTL simplifications LTL simplifications
</label><br> </label><br>
<label class="rtip" title="See previous tooltip for an explanation of suspension. This version disables suspension in the intermediate alternating automaton, where it is only used for one step."> <label class="rtip" title="See next tooltip for an explanation of suspension. This version disables suspension in the intermediate alternating automaton, where it is only used for one step.">
<INPUT type="checkbox" name="l3" value="A" checked> <INPUT type="checkbox" name="l3" value="A" checked>
suspension in alternating automaton suspension in alternating automaton
</label><br> </label><br>
<label class="rtip" title="Suspension is a technique to postpone the verification some subformulae. Any easy way to picture it is to look at the formula <span class='formula'>F(a)&amp;GF(b)</span>: the <span class='formula'>GF(b)</span> part need not be checked before some <span class='formula'>a</span> has been seen. On this example, suspension amounts to translating <span class='formula'>F(a&amp;GF(b))</span> but the technique is more general than such LTL rewritings."> <label class="rtip" title="Suspension is a technique to postpone the verification of some subformulae. Any easy way to picture it is to look at the formula <span class='formula'>F(a)&amp;GF(b)</span>: the <span class='formula'>GF(b)</span> part does not need to be checked before some <span class='formula'>a</span> has been seen. On this example, suspension amounts to translating <span class='formula'>F(a&amp;GF(b))</span> but the technique is more general than such LTL rewritings.">
<INPUT type="checkbox" name="l3" value="P" checked> <INPUT type="checkbox" name="l3" value="P" checked>
suspension in TGBA suspension in TGBA
</label><br> </label><br>
<label class="rtip" title="<font color='red'><b>FIXME</b></font>: missing description"> <label class="rtip" title="During the construction, each newly created transition or state is immediately compared to existing transitions or states and merged if possible.">
<INPUT type="checkbox" name="l3" value="o" checked> <INPUT type="checkbox" name="l3" value="o" checked>
on-the-fly simplifications on-the-fly simplifications
</label><br> </label><br>
</div> </div>
<label class="rtip" title="<font color='red'><b>FIXME</b></font>: missing description"> <label class="rtip" title="Perform the same simplifications as the on-the-fly simplification but on the final automaton, plus some SCC simplifications.">
<INPUT type="checkbox" name="l3" value="p" checked> <INPUT type="checkbox" name="l3" value="p" checked>
a-posteriori simplifications a-posteriori simplifications
</label><br> </label><br>
<label class="rtip" title="Compute Strongly Connected Components to simplify the automaton"> <label class="rtip" title="Compute Strongly Connected Components to simplify the automaton.">
<INPUT type="checkbox" name="l3" value="C" checked> <INPUT type="checkbox" name="l3" value="C" checked>
SCC simplifications SCC simplifications
</label><br> </label><br>