From ca782cdf2cfe011a7fb73b8b8299cc614c8af251 Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Tue, 31 Oct 2017 22:08:21 +0100 Subject: Adding code for the value of the maximum matching. --- graph/graph.tex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graph/graph.tex') diff --git a/graph/graph.tex b/graph/graph.tex index 3aa5b31..711bdcf 100644 --- a/graph/graph.tex +++ b/graph/graph.tex @@ -100,6 +100,9 @@ Nochmal ca. Faktor 2 schneller als Ford Fulkerson mit Capacity Scaling. \lstinputlisting{graph/maxCarBiMatch.cpp} \lstinputlisting{graph/hopcroftKarp.cpp} +\subsection{Wert des maximalen Matchings} +\lstinputlisting{graph/matching.cpp} + \subsection{2-SAT} \lstinputlisting{graph/2sat.cpp} -- cgit v1.2.3