From 62d8d7011c339f9b192099b2fc6a6d2f567f0a4d Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Wed, 28 Nov 2012 11:09:10 +1100 Subject: Ahhh! Lots of things. --- tex/thesis/appendices/tool-output.tex | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'tex/thesis/appendices') 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(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} -- cgit v1.2.3