The document summarizes the transportation problem and assignment problem from operations research. The transportation problem seeks to minimize shipping costs from sources to destinations, and can be formulated as a linear program. The assignment problem assigns workers to jobs at minimum cost and is a special case of the transportation problem. Both problems can be solved using specialized algorithms like the MODI method, Hungarian method, or by modeling them as linear programs and using the simplex method.