Suppose we have 3 jobs and 3 contractors, and we wish to assign jobs to contractors at the minimum price. How can we distribute the jobs amongst the contractors? (Costs are in thousands of dollars.)
Note that in Exploration 6.3.1, while we were able to solve this as a transportation problem, the restriction to supplies and demands of 1 ought to yield a simpler way to find a solution.
Let \(T\) be a tableau for a balanced assignment problem. A permutation set of zeroes is a subset of zero cells for \(T\) so that each row and column contains exactly one zero cell.
If we multiply each entry by \(2\text{,}\) would that change our optimal solution? What about by \(-1\text{?}\) What values \(k\) could we multiply the tableau by to preserve the optimal solution?
Suppose we subtracted the smallest value in each column from every entry of that column. If there was a permutation set of zeroes, what would that entail?
Let \(M\) be the value of the smallest uncovered entry. Subtract all uncovered entries by \(M\text{,}\) and add \(M\) to the entries corresponding to intersections of the lines.
Show that step 7 is equivalent to subtracting \(M\) from each uncovered row, and adding \(M\) to each covered column. (Or subtracting \(M\) from each uncovered column, and adding \(M\) to each covered row.)
Suppose 4 students are picking 4 research topics. The four topics are to be distributed one each amongst the four students. They rated the topics on a scale of 1-10.