From 2bcaff138a628df28075df42368254b43272f90a Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 11 May 2016 16:19:13 +0200 Subject: [PATCH] * doc/org/ltlcross.org: Fix explanation. --- doc/org/ltlcross.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/org/ltlcross.org b/doc/org/ltlcross.org index db69fea88..22c716f24 100644 --- a/doc/org/ltlcross.org +++ b/doc/org/ltlcross.org @@ -624,12 +624,12 @@ positive and negative formulas by the ith translator). followed by a cycle that should be repeated infinitely often. The cycle part is denoted by =cycle{...}=. - - Complemented intersection check. If $P_i$ and $P_j$ are + - Complemented intersection check. If $P_i$ and $N_i$ are deterministic, =ltlcross= builds their complements, $Comp(P_i)$ - and $Comp(P_j)$, and then ensures that $Comp(P_i)\otimes - Comp(P_j)$ is empty. If only one of them is deterministic, - for instance $P_i$, we check that $P_j\otimes Comp(P_i)$ for all - $j \ne i$; likewise if it's $N_i$ that is deterministic. + and $Comp(N_i)$, and then ensures that $Comp(P_i)\otimes + Comp(N_i)$ is empty. If only one of them is deterministic, for + instance $P_i$, we check that $P_j\otimes Comp(P_i)$ for all $j + \ne i$; likewise if it's $N_i$ that is deterministic. By default this check is only done for deterministic automata, because complementation is relatively cheap is that case (at least