diff options
author | Camil Staps | 2015-11-02 15:49:23 +0100 |
---|---|---|
committer | Camil Staps | 2015-11-02 15:49:23 +0100 |
commit | e4ee1f8a1e5707a4d8478a678a03ce664ae8f894 (patch) | |
tree | 7a3f3d49c54d888f7ded3e2dafb3ec03ee6f3672 /Practical1/report/report.tex | |
parent | P1 report: typo; margins; copyright; lemmas / proofs on one page (diff) |
Working on report
Diffstat (limited to 'Practical1/report/report.tex')
-rw-r--r-- | Practical1/report/report.tex | 5 |
1 files changed, 4 insertions, 1 deletions
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}.} |