Record this problem in a Tucker tableau, then record the dual variable using \(\ec{\mu_i}\) to denote dual variables associated with vertex equality constraints and \(y_{ij}\) to denote the dual variables for edge inequality constraint.
Verify that the max-flow and min-cut you found are feasible solutions to these problems (using the convention that \(\mu_k=0\) if \(v_k\in V_1\text{,}\)\(\mu_k=-1\) if \(v_k\in V_2\) and \(y_{ij}=1\) if \(v_i\in V_1, v_j\in V_2\) and \(y_{ij}=0\) otherwise.)
Over a month at a hospital many patients are in need of blood transfusions. They had available blood from 47 donors with type A blood, 33 donors with type B blood, 46 donors with type AB and 44 donors with type O. There were 38 patients with type A blood, 39 patients with type B blood, 49 patients with type AB and 43 patients with type O. Type A patients can only receive type A or O, type B patients can receive only type B or O, type O patients can receive only type O, and type AB patients can receive any of the four types.
Construct a capacitated network which models the distributions of blood type from donors to patients with a unique source and sink, with no edges into the source or out of the sink.
If not all patients were able to receive blood, explain to the financial backers and hospital administrators, who may not have taken any math in awhile, why this was the case.
There’s little a hospital can do about the blood types of incoming patients. If reaching out to potential donors, what blood types should be prioritized?
Let \(N\) be a capacitated network with a unique source and sink, with no edges going into the source or out of the sink. Let \(x_{ij}\) be a flow on this network with value \(f\text{,}\) and \((V_1, V_2)\) be a cut of this network. Then prove that
Let \(x_{ij}\) denote any max-flow for \(N\) with value \(f\) and \((V_1, V_2)\) denote any min-cut (not necessarily produced by \(x_{ij}\) and Definition 7.2.12). Let \((V_1', V_2')\) be the cut generated \(x_{ij}\) via Definition 7.2.12.
Let \(x_{ij}, x'_{ij}\) be two distinct max-flows on \(N\text{,}\) and \((V_1, V_2), (V'_1, V'_2)\) be the cuts produced by Definition 7.2.12 on with these flows respectively. Prove that \((V_1, V_2) = (V'_1, V'_2)\text{.}\)
Let \(x,y,z\in V\text{.}\) Prove that the value of the shortest path from \(x\) to \(z\) is the sum of the value of the shortest path from \(x\) to \(y\) plus the value of the shortest path from \(y\) to \(z\text{.}\)
For each of the following, find the minimum cost-flows for \(F=8\) and \(F=10\text{.}\) Interpret each ordered pair \((c_{ij}, w_{ij})\) as (capacity,cost).
For each problem in Exercise 6.5.1, draw a weighted capacitated network where the transportation problem may be solved by solving an appropriate min-cost flow problem. State what the value \(F\) of the flow should be. Do not solve the problem.
For each problem in Exercise 6.5.9, draw a weighted capacitated network where the transportation problem may be solved by solving an appropriate min-cost flow problem. State what the value \(F\) of the flow should be. Do not solve the problem.