20 lines
608 B
TeX
20 lines
608 B
TeX
\begin{frame}{Greedy Results}
|
|
|
|
\begin{itemize}
|
|
\small
|
|
\item Average of 50 randomly generated graphs
|
|
\item Combinations of GreedyFillIn, GreedyDegree, Triangulation Minimisation
|
|
\item Best Results for combinations with Triangulation Minimisation
|
|
\item Worst Results for GreedyFillIn alone
|
|
\item GreedyDegree is fast and perfoming well
|
|
\end{itemize}
|
|
|
|
\begin{figure}
|
|
\includegraphics[width=\linewidth]{res/results}
|
|
\caption{Results for Greedy Heuristics~\cite{bodlaender2010}}
|
|
\end{figure}
|
|
\end{frame}
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "../upperbounds"
|
|
%%% End:
|