From f202dcd2586346e5ff59e533d334ec9c1ab3ae6b Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Wed, 6 Jan 2016 17:42:22 +0100 Subject: Removing Edmonds Karp since capacity scaling is faster. --- graph/graph.tex | 3 --- 1 file changed, 3 deletions(-) (limited to 'graph/graph.tex') diff --git a/graph/graph.tex b/graph/graph.tex index f23db82..8ac82e5 100644 --- a/graph/graph.tex +++ b/graph/graph.tex @@ -74,9 +74,6 @@ Erkennt negative Zyklen. \subsection{Max-Flow} -\subsubsection{\textsc{Edmonds-Karp}-Algorithmus} -\lstinputlisting{graph/edmondsKarp.cpp} - \subsubsection{Capacity Scaling} \lstinputlisting{graph/capacityScaling.cpp} -- cgit v1.2.3