This document contains two optimization problems:
1) A linear programming problem with 4 constraints and 2 variables to minimize a objective function.
2) A transportation problem with 3 supply locations, 3 demand locations, and a cost matrix to minimize total transportation cost using the northwest corner rule. It also asks to check for degeneracy.