summaryrefslogtreecommitdiff
path: root/Assignment1/bad-prefix.tex
diff options
context:
space:
mode:
authorErin van der Veen2018-04-19 09:51:08 +0200
committerErin van der Veen2018-04-19 09:51:08 +0200
commitcef8271999ce007abe7be1d0190f8c01ff6fd993 (patch)
treec732f15530006b75b2182b515fa2da6c4e64d10c /Assignment1/bad-prefix.tex
parentSafra's determinization algorithm (diff)
parentExample: protocol dependencies (diff)
Merge branch 'master' of gitlab.science.ru.nl:eveen/Model-Checking
Diffstat (limited to 'Assignment1/bad-prefix.tex')
-rw-r--r--Assignment1/bad-prefix.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assignment1/bad-prefix.tex b/Assignment1/bad-prefix.tex
index a2101ba..c9145b3 100644
--- a/Assignment1/bad-prefix.tex
+++ b/Assignment1/bad-prefix.tex
@@ -25,6 +25,7 @@ Once a state reoccurs, $j$ is found.
This algorithm, more formally described in \cref{alg:bad-prefix}, is obviously guaranteed to find the smallest $i,j$ for which $vw^i$ and $vw^j$ lead to the same state.
However, it is not guaranteed to find a minimal bad prefix (for instance, when a prefix of $v$ already is a minimal bad prefix).
+% TODO: fix placement; see https://tex.stackexchange.com/q/427278/23992
\begin{algorithm}[H]
% NOTE: ugly hardcoded spacing to mimic ugly algorithm layout by Baier-Katoen
\caption{Finding a bad prefix for a safety property from a counterexample $vw^\omega$}