% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[
	nosolutions
]{../../resources/ormc_handout}

\input{tikxset}

\uptitlel{Advanced 2}
\uptitler{Fall 2022}
\title{Algorithms on Graphs: Flow}
\subtitle{Prepared by Mark on \today}


\begin{document}

	\maketitle

	\input{parts/00 review}
	\input{parts/01 flow}
	\input{parts/02 residual}
	\input{parts/03 fulkerson}
	\input{parts/04 applications}
	\input{parts/05 reductions}
	\input{parts/06 bonus}

\end{document}