add labels to all chapters, sections, tables and figures

This commit is contained in:
hannes.kuchelmeister
2020-02-18 15:07:12 +01:00
parent 09073917ec
commit 52c728c526
6 changed files with 25 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
\chapter{Further Work}
\label{ch:FurtherWork}
\section{Possible Extensions or Further Research}
\label{sec:FurtherWork:PossibleExtensions}
\begin{itemize}
\item How to optimise such that no need to search through all stored finished configurations is necessary? (e.g. improve runtime from $\mathcal{O}(n)$ to $\mathcal{O}(log\ n)$)