Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
aa5426b2
Commit
aa5426b2
authored
Apr 12, 2010
by
Alexandre Duret-Lutz
Browse files
* wrap/python/cgi-bin/ltl2tgba.in: Document W and M operators.
parent
e6809b8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
aa5426b2
2010-04-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* wrap/python/cgi-bin/ltl2tgba.in: Document W and M operators.
2010-04-12 Alexandre Duret-Lutz <adl@lrde.epita.fr>
More LTL reductions for W and M.
...
...
wrap/python/cgi-bin/ltl2tgba.in
View file @
aa5426b2
...
...
@@ -346,7 +346,7 @@ an identifier: <code>aUb</code> is an atomic proposition, unlike
<td align="right">not:</td><td><code>!</code></td>
<td align="right">and:</td><td><code>&</code> <code>&&</code>
<code>.</code> <code>/\</code></td>
<td align="right">
xor
:</td><td><code>
^</code> <code>xor
</code></td>
<td align="right">
(strong) until
:</td><td><code>
U
</code></td>
<td align="right">true:</td><td><code>1</code>
<code>true</code></td>
</tr>
...
...
@@ -356,7 +356,7 @@ an identifier: <code>aUb</code> is an atomic proposition, unlike
<td align="right">or:</td><td><code>|</code> <code>||</code>
<code>+</code> <code>\/</code></td>
<td align="right">until:</td><td><code>
U
</code></td>
<td align="right">
weak
until:</td><td><code>
W
</code></td>
<td align="right">false:</td><td><code>0</code>
<code>false</code></td>
</tr>
...
...
@@ -365,7 +365,7 @@ an identifier: <code>aUb</code> is an atomic proposition, unlike
<code>[]</code></td>
<td align="right">implies:</td><td><code>-></code>
<code>=></code></td>
<td align="right">release:</td><td><code>R</code>
<td align="right">
(weak)
release:</td><td><code>R</code>
<code>V</code></td>
<td></td><td></td>
</tr>
...
...
@@ -373,10 +373,15 @@ an identifier: <code>aUb</code> is an atomic proposition, unlike
<td align="right">next:</td><td><code>X</code> <code>()</code></td>
<td align="right">equivalent:</td><td><code><-></code>
<code><=></code></td>
<td align="right">strong release:</td><td><code>M</code></td>
<td></td><td></td>
</tr>
<tr>
<td></td><td></td>
<td align="right">xor:</td><td><code>^</code> <code>xor</code></td>
<td></td><td></td>
<td></td><td></td>
</tr>
</tbody>
</table></td></tr></table>"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment