+The files \texttt{graph.hpp} and \texttt{graph.cpp} contains the code
+related to the graph datastructure and the minimum cut algorithms. The
+code for the highest label and FIFO selection rules are in
+\texttt{selecitonrule.hpp} and \texttt{selectionrule.cpp}, while the
+neighborhood stencil is stored in a datastructure defined in
+\texttt{neighborhood.hpp}. The files \texttt{image.hpp} and
+\texttt{image.cpp} handle the connection between the digital image and
+the flow network, while command line input is handled in
+\texttt{main.cpp}. A digital copy of the code can be found at
+\url{http://github.com/burk/image-restoration}.
+