update
[ar1516.git] / 3.tex
diff --git a/3.tex b/3.tex
index 457c1e9..8a4703a 100644 (file)
--- a/3.tex
+++ b/3.tex
@@ -64,14 +64,11 @@ script shown in Listing~\ref{listing:3.bash}.
 \subsection{Solution}
 The bash script finds and shows the minimal solution in which all jobs are
 finished in $37$ time units. Finding this solution takes less then $0.85$
-seconds and is shown in Figure~\ref{fig:s3}. 
+seconds and is shown in Figure~\ref{tab:s3}. 
 
-Light gray blocks represent normal tasks and the darker gray blocks represent
-tasks from $J'$.
-
-\begin{figure}[H]
+\begin{table}[H]
        \centering
-       \includegraphics[width=\linewidth]{s3.png}
-\label{fig:s3}
+       \input{a3.tex}
+\label{tab:s3}
        \caption{Solution visualization for problem 3}
-\end{figure}
+\end{table}