From e03187cb08bdf67919a86e57203be483ba99d3be Mon Sep 17 00:00:00 2001
From: msurl <masur101@hhu.de>
Date: Wed, 3 Jun 2020 12:16:35 +0200
Subject: [PATCH] minor changes

---
 Latex/ba.tex | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Latex/ba.tex b/Latex/ba.tex
index b2b4d04..d2d5787 100644
--- a/Latex/ba.tex
+++ b/Latex/ba.tex
@@ -27,8 +27,8 @@
 \newcommand{\titel}{Solving Connected Dominating Set Variants Using Integer Linear Programming}
 
 % Geben Sie das Datum des Beginns und Ende der Bachelorarbeit ein:
-\newcommand{\beginndatum}{12. Mai 2010}
-\newcommand{\abgabedatum}{12.~August~2010}
+\newcommand{\beginndatum}{12. Mai 2020}
+\newcommand{\abgabedatum}{17.~August~2020}
 
 % Geben Sie die Namen des Erst- und Zweitgutachters an:
 \newcommand{\erstgutachter}{Prof. Dr.~Gunnar Klau}
@@ -80,7 +80,9 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \input{introduction}
+\input{definitions}
 \input{ilp}
+\input{implementation}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%% ENDE TEXTTEIL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -96,7 +98,7 @@
 	\printbibliography[heading=bibintoc, title=\references]
 }{ %without biber do
 	\bibliography{references}
-	\bibliographystyle{alphadin}
+	\bibliographystyle{abbrv}
 }
 %\vspace*{\fill}
 
-- 
GitLab