\documentclass{beamer}

\usepackage{textcomp}

\title{\textbf{Oware} - Optimization}
\author{
    \textbf{Alexander Graf - 01429203}\\
    \textbf{Christoph Hochrainer - 01429786}\\
    \textbf{Anton Oellerer - 01429853}
}
\date{}

\begin{document}

    \begin{frame}
        \maketitle
    \end{frame}

    \begin{frame}
        \tableofcontents
    \end{frame}

    \input{intro}

    \input{optimization}
   
    \input{benchmark}

    \input{conclusion}

\end{document}