From aa5426b2fbb23bd74f5e9351cce2cd215e585baa Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 12 Apr 2010 16:10:45 +0200 Subject: [PATCH] * wrap/python/cgi-bin/ltl2tgba.in: Document W and M operators. --- ChangeLog | 4 ++++ wrap/python/cgi-bin/ltl2tgba.in | 13 +++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a0a723646..432c9b97b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-04-12 Alexandre Duret-Lutz + + * wrap/python/cgi-bin/ltl2tgba.in: Document W and M operators. + 2010-04-12 Alexandre Duret-Lutz More LTL reductions for W and M. diff --git a/wrap/python/cgi-bin/ltl2tgba.in b/wrap/python/cgi-bin/ltl2tgba.in index e5bf7129d..dd65c1ebd 100755 --- a/wrap/python/cgi-bin/ltl2tgba.in +++ b/wrap/python/cgi-bin/ltl2tgba.in @@ -346,7 +346,7 @@ an identifier: aUb is an atomic proposition, unlike not:! and:& && . /\ - xor:^ xor + (strong) until:U true:1 true @@ -356,7 +356,7 @@ an identifier: aUb is an atomic proposition, unlike or:| || + \/ - until:U + weak until:W false:0 false @@ -365,7 +365,7 @@ an identifier: aUb is an atomic proposition, unlike [] implies:-> => - release:R + (weak) release:R V @@ -373,10 +373,15 @@ an identifier: aUb is an atomic proposition, unlike next:X () equivalent:<-> <=> + strong release:M + + + + + xor:^ xor - """