summaryrefslogtreecommitdiff
path: root/tex/thesis/appendices
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@carlo-laptop>2012-11-28 11:09:10 +1100
committerCarlo Zancanaro <carlo@carlo-laptop>2012-11-28 11:09:10 +1100
commit62d8d7011c339f9b192099b2fc6a6d2f567f0a4d (patch)
tree13dae8f7e7de727677450535288f90b4a30ba70d /tex/thesis/appendices
parent839764bd955d2bddedb4a38ab1d4d92c797c56b9 (diff)
Ahhh! Lots of things.
Diffstat (limited to 'tex/thesis/appendices')
-rw-r--r--tex/thesis/appendices/tool-output.tex18
1 files changed, 7 insertions, 11 deletions
diff --git a/tex/thesis/appendices/tool-output.tex b/tex/thesis/appendices/tool-output.tex
index 229ed94..e62aa2a 100644
--- a/tex/thesis/appendices/tool-output.tex
+++ b/tex/thesis/appendices/tool-output.tex
@@ -1,5 +1,5 @@
\appendix
-\chapter{Analysis tool results}
+\chapter{Analysis tool results} \label{appendix:tool-output}
In the following output a min-cost flow operator is presented as
{\tt MCF<supplies,edges>(costs)}. This represents the solution to a
@@ -39,33 +39,29 @@ each block is printed.
\lstset{basicstyle=\ttfamily\scriptsize,breaklines=true,breakatwhitespace=true,frame=lrtb}
-\pagebreak
-\section{Chain construction}
-\lstinputlisting{implementation/experiments/chain-output}
-
-In this example we show
\pagebreak
\section{Counter}
+\lstinputlisting{implementation/experiments/counter.c}
\lstinputlisting{implementation/experiments/counter-output}
-\lstinputlisting{implementation/experiments/backwards_counter-output}
-
\pagebreak
\section{Nested Loops}
+\lstinputlisting{implementation/experiments/nested.c}
\lstinputlisting{implementation/experiments/nested-output}
\pagebreak
-\section{Double counting}
+\section{Double counting} \label{sec:example-function-output}
+\lstinputlisting{implementation/experiments/example.c}
\lstinputlisting{implementation/experiments/example-output}
-In this example
-
\pagebreak
\section{Fibonacci}
+\lstinputlisting{implementation/experiments/fib.c}
\lstinputlisting{implementation/experiments/fib-output}
\pagebreak
\section{Unreachable}
+\lstinputlisting{implementation/experiments/irreducible.c}
\lstinputlisting{implementation/experiments/irreducible-output}