Add more ltl3ba options.
* wrap/python/ajax/ltl2tgba.html, wrap/python/ajax/protocol.txt: Add options 'o' and 'p'. * wrap/python/ajax/spot.in: Handle these, and use '-v' to check version.
This commit is contained in:
parent
689f56f480
commit
bfc668246c
3 changed files with 20 additions and 6 deletions
|
|
@ -540,15 +540,23 @@ an identifier: <span class="formula">aUb</span> is an atomic proposition, unlike
|
|||
<INPUT type="checkbox" name="l3" value="l" checked>
|
||||
LTL simplifications
|
||||
</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)&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&GF(b))</span> but the technique is more general than such LTL rewritings.">
|
||||
<INPUT type="checkbox" name="l3" value="P" checked>
|
||||
suspension in TGBA
|
||||
</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.">
|
||||
<INPUT type="checkbox" name="l3" value="A" checked>
|
||||
suspension in alternating automaton
|
||||
</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)&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&GF(b))</span> but the technique is more general than such LTL rewritings.">
|
||||
<INPUT type="checkbox" name="l3" value="P" checked>
|
||||
suspension in TGBA
|
||||
</label><br>
|
||||
<label class="rtip" title="<font color='red'><b>FIXME</b></font>: missing description">
|
||||
<INPUT type="checkbox" name="l3" value="o" checked>
|
||||
on-the-fly simplifications
|
||||
</label><br>
|
||||
</div>
|
||||
<label class="rtip" title="<font color='red'><b>FIXME</b></font>: missing description">
|
||||
<INPUT type="checkbox" name="l3" value="p" checked>
|
||||
a-posteriori simplifications
|
||||
</label><br>
|
||||
<label class="rtip" title="Compute Strongly Connected Components to simplify the automaton">
|
||||
<INPUT type="checkbox" name="l3" value="C" checked>
|
||||
SCC simplifications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue