From 7403838230cfb0c04a7e2bd6a519045ba60fba67 Mon Sep 17 00:00:00 2001 From: Marco Ammon Date: Fri, 26 Jun 2020 15:41:40 +0200 Subject: [PATCH] Baumtransformation --- verfahren.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/verfahren.tex b/verfahren.tex index 459859f..37713fc 100644 --- a/verfahren.tex +++ b/verfahren.tex @@ -295,6 +295,10 @@ \subsection{Ohne Registerzuteilung} \subsubsection{Baumtransformationen} +\begin{enumerate} + \item Top-Down-Überdeckung des Baums mit passenden Mustern, Auswahl nach Kostenmaß (etwa meiste überdeckte Knoten) + \item Bottom-Up-Transformation gibt Instruktion bei Anwendung des Musters aus +\end{enumerate} \subsubsection{Verfahren von Graham/Glanville}