\documentclass[12pt]{article}

\usepackage{graphicx}
\usepackage{amsmath,amssymb,url}
\usepackage{bbm}
\usepackage{hyperref}

\newfont{\bssdoz}{cmssbx10 scaled 1200}
\newfont{\bssten}{cmssbx10}


\oddsidemargin  0in \evensidemargin 0in \topmargin -0.5in
\headheight 0.25in \headsep 0.25in
\textwidth   6.5in \textheight 9in %\marginparsep 0pt \marginparwidth 0pt
\parskip 1.5ex  \parindent 0ex \footskip 20pt

\begin{document}
\parindent 0ex
\thispagestyle{empty} \vspace*{-0.75in}
{\bssdoz CME 305: Discrete Mathematics and Algorithms}
{\\ \bssten Instructor: Professor John Tomlin (jtomlin5@stanford.edu) }
{\\ \bssten HW\#2 --  Due Thursday 01/28/13}
\vspace{5pt}


The Transshipment problem is a minimum cost network flow problem with no capacities on the arcs. It may have several sources and several terminals (sinks). A Transportation problem (Hitchcock---Koopmans problem) is a minimum cost flow problem on a bipartite network, where all the left hand nodes are sources and all the right hand nodes are terminals. Assume that the sum of the resources at the source nodes equals the sum of the demands at the terminals, and there are no capacities on the arcs.
\begin{enumerate}
\item 
Prove that every such Transshipment problem is equivalent to a Transportation problem.
\item 
Prove that every basis (i.e. set of linearly independent columns) of a Transshipment problem corrresponds to a tree subgraph of the network.
\end{enumerate}
\end{document}
