Applied edits to network flow handout

This commit is contained in:
2023-01-08 09:10:54 -08:00
parent 9cec9430b8
commit 3ca7393759
8 changed files with 35 additions and 70 deletions

View File

@ -8,11 +8,7 @@ An \textit{independent set} is a set of vertices\footnotemark{} in which no two
\begin{center}
\begin{tikzpicture}[
node distance = 12mm,
hatch/.style = {
pattern=north west lines,
pattern color=gray
}
node distance = 12mm
]
% Nodes
\begin{scope}[layer = nodes]
@ -48,11 +44,7 @@ A \textit{vertex cover} is a set of vertices that includes at least one endpoint
\begin{center}
\begin{tikzpicture}[
node distance = 12mm,
hatch/.style = {
pattern=north west lines,
pattern color=gray
}
node distance = 12mm
]
% Nodes
\begin{scope}[layer = nodes]