Document the new operators in the on-line tools.
* wrap/python/ajax/ltl2tgba.html: Mention Goal's ~, -->, and <--> operators. * wrap/python/cgi-bin/ltl2tgba.in: Likewise.
This commit is contained in:
parent
c019a44c49
commit
caaf0a80c2
3 changed files with 15 additions and 3 deletions
|
|
@ -346,7 +346,7 @@ an identifier: <code>aUb</code> is an atomic proposition, unlike
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="right">not:</td><td><code>!</code></td>
|
||||
<td align="right">not:</td><td><code>!</code> <code>~</code></td>
|
||||
<td align="right">and:</td><td><code>&</code> <code>&&</code>
|
||||
<code>.</code> <code>/\</code></td>
|
||||
<td align="right">(strong) until:</td><td><code>U</code></td>
|
||||
|
|
@ -367,6 +367,7 @@ an identifier: <code>aUb</code> is an atomic proposition, unlike
|
|||
<td align="right">always:</td><td><code>G</code>
|
||||
<code>[]</code></td>
|
||||
<td align="right">implies:</td><td><code>-></code>
|
||||
<code>--></code>
|
||||
<code>=></code></td>
|
||||
<td align="right">(weak) release:</td><td><code>R</code>
|
||||
<code>V</code></td>
|
||||
|
|
@ -375,6 +376,7 @@ an identifier: <code>aUb</code> is an atomic proposition, unlike
|
|||
<tr>
|
||||
<td align="right">next:</td><td><code>X</code> <code>()</code></td>
|
||||
<td align="right">equivalent:</td><td><code><-></code>
|
||||
<code><--></code>
|
||||
<code><=></code></td>
|
||||
<td align="right">strong release:</td><td><code>M</code></td>
|
||||
<td></td><td></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue