Add two event_univ rewriting rules.

* src/ltlvisit/simplify.cc: Here.
* doc/tl/tl.tex: Document them.
* src/ltltest/reduccmp.test: Test them.
This commit is contained in:
Alexandre Duret-Lutz 2012-09-24 10:42:20 +02:00
parent 45ba8c3ef6
commit 45e3f7fc2a
3 changed files with 34 additions and 8 deletions

View file

@ -1546,8 +1546,8 @@ $q,\,q_i$ & a pure eventuality that is also purely universal \\
\end{center}
\begin{align*}
\F e &\equiv e & f \U e &\equiv e & e \M f &\equiv e\AND f \\
\G u &\equiv u & f \R u &\equiv u & u \W f &\equiv u\OR f \\
\F e &\equiv e & f \U e &\equiv e & e \M f &\equiv e\AND f & u_1 \M u_2 &\equiV (\F u_1) \AND u_2 \\
\G u &\equiv u & f \R u &\equiv u & u \W f &\equiv u\OR f & e_1 \W e_2 &\equiV (\G e_1) \OR e_2 \\
\X q &\equiv q & q \AND \X f &\equiv \X(q \AND f) & q\OR \X f &\equiv \X(q \OR f)
\end{align*}
\begin{align*}