From 07a946c4f36f7fb0fe4c29a2573c4afb693760f7 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Thu, 6 Oct 2016 22:51:11 +0200 Subject: Removed TSP and bitonic TSP since both are wrong. FIX IT! --- graph/graph.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graph') diff --git a/graph/graph.tex b/graph/graph.tex index b14ebf4..b527752 100644 --- a/graph/graph.tex +++ b/graph/graph.tex @@ -99,9 +99,9 @@ Gut bei sehr dicht besetzten Graphen. \subsection{Maximal Cardinatlity Bipartite Matching}\label{kuhn} \lstinputlisting{graph/maxCarBiMatch.cpp} -\subsection{TSP} -\lstinputlisting{graph/TSP.cpp} +% \subsection{TSP} +% \lstinputlisting{graph/TSP.cpp} -\subsection{Bitonic TSP} -\lstinputlisting{graph/bitonicTSP.cpp} +% \subsection{Bitonic TSP} +% \lstinputlisting{graph/bitonicTSP.cpp} -- cgit v1.2.3