From 5faa1d2ba4d9ee08830c7d58ee2a73fcfc8f39c0 Mon Sep 17 00:00:00 2001
From: Michael Banken <michael.banken@fau.de>
Date: Mon, 16 Oct 2017 20:28:21 +0200
Subject: [PATCH] fixed mistakes in candidate graphs

---
 src/candidates.tex | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/candidates.tex b/src/candidates.tex
index 1d53dc9..06b4c75 100644
--- a/src/candidates.tex
+++ b/src/candidates.tex
@@ -41,22 +41,29 @@
 \end{tikzpicture}
 \subsubsection{Partially Superfluous Inclusion}
 \begin{tikzpicture}[xscale=\myxscale,yscale=\myyscale, node distance=3cm]\myfontsize
-\node[thy] (bottom1) {\begin{tabular}{l}
+\node[thy] (bottom) {\begin{tabular}{l}
                              \textsf{bottom}\\\hline
-                             ...\\\hline
-                             X, but not Y
+                             X\\\hline
+                             ...
                            \end{tabular}};
-\node[thy,  above of = bottom1] (middle) {\begin{tabular}{l}
+\node[thy,  above of = bottom] (middle) {\begin{tabular}{l}
                              \textsf{middle}\\\hline
                              Y\\\hline
                              ...
                            \end{tabular}};
 \node[thy, above of = middle] (top) {\begin{tabular}{l}
                              \textsf{top}\\\hline
-                             X\\\hline
-                             ...
+                             ...\\\hline
+                             X, but not Y
                            \end{tabular}};
-\draw[include] (bottom) -- (middle);                        
+\node[right of = bottom] (dots) {...};
+\node[thy, right of = dots] (bottomn) {\begin{tabular}{l}
+                             \textsf{$bottom_n$}\\\hline
+                             $X_n$\\\hline
+                             ...
+                          \end{tabular}};
+\draw[include] (bottom) -- (middle);
+\draw[include] (bottomn) -- (middle);                       
 \draw[include] (middle)  -- (top);
 \end{tikzpicture}
 \section{Optimization cases}
\ No newline at end of file
-- 
GitLab