From e4ee1f8a1e5707a4d8478a678a03ce664ae8f894 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 2 Nov 2015 15:49:23 +0100 Subject: Working on report --- Practical1/report/report.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Practical1/report/report.tex') diff --git a/Practical1/report/report.tex b/Practical1/report/report.tex index d13a648..2172329 100644 --- a/Practical1/report/report.tex +++ b/Practical1/report/report.tex @@ -48,6 +48,9 @@ \usepackage{algorithmic} \providecommand*{\algorithmautorefname}{Algorithm} +\renewcommand*{\subsectionautorefname}{subsection} +\renewcommand*{\subsubsectionautorefname}{subsection} + \usepackage{minted} \title{Miss Algorithm} @@ -76,7 +79,7 @@ \section{Acknowledgements} \label{sec:acknowledgements} -I'm grateful to Tom van der Zanden for pointing me to the term `maximum independent set', which eventually led me to Robson's algorithm \cite{robson}. +I'm grateful to Tom van der Zanden for pointing me to the term `maximum independent set' when discussing what I until then called a `colouring maximising problem'. The term `maximum independent set' eventually led me to Robson's algorithm \cite{robson}. \begin{thebibliography}{9} \bibitem{robson}{Robson, J.M. (1985). \emph{Algorithms for Maximum Independent Sets}.} -- cgit v1.2.3