From 606b5c772b787ab205a37ae1a151f72d5f93f991 Mon Sep 17 00:00:00 2001 From: Noobie99 Date: Tue, 29 Aug 2023 10:19:31 +0200 Subject: fix --- graph/graph.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graph/graph.tex') diff --git a/graph/graph.tex b/graph/graph.tex index b090c3f..0249b30 100644 --- a/graph/graph.tex +++ b/graph/graph.tex @@ -210,7 +210,7 @@ Sei $a_{ij}$ die Adjazenzmatrix von $G$ \textcolor{gray}{(mit $a_{ii} = 1$)}, da \method{maxFlow}{gut bei sehr dicht besetzten Graphen.}{\abs{V}^2\*\sqrt{\abs{E}}} \method{addEdge}{fügt eine \textbf{gerichtete} Kante ein}{1} \end{methods} -\sourcecode{graph/pushRelabel3.cpp} +\sourcecode{graph/pushRelabel2.cpp} \subsubsection{Dinic's Algorithm mit Capacity Scaling} \begin{methods} -- cgit v1.2.3