160 questions · 20 question types identified
A question is this type if and only if it asks to modify a multi-source or multi-sink network by adding a supersource and/or supersink with appropriate arc capacities.
A question is this type if and only if it asks to find the value/capacity of one or more specified cuts in a network, given arc capacities.
A question is this type if and only if it involves a network with both lower and upper capacities on arcs, requiring calculation of cut capacities or feasible flows respecting both bounds.
A question is this type if and only if it asks to fill in missing excess capacities and potential backflows on specified arcs when initializing the labelling procedure.
A question is this type if and only if it asks to determine unknown flow values (x, y, z, etc.) in a partially-specified flow pattern using conservation of flow.
A question is this type if and only if it asks to determine the maximum flow possible along one or more specified paths through the network.
A question is this type if and only if it asks to use the stepping-stone method to improve a transportation solution, including finding improvement indices and entering/exiting cells.
| D | E | F | Supply | |
| A | 13 | 11 | 14 | 20 |
| B | 10 | 9 | 12 | 15 |
| C | 15 | 6 | 8 | 25 |
| Demand | 30 | 5 | 25 |
| 1 | 2 | 3 | 4 | Supply | |
| A | 22 | 36 | 19 | 37 | 35 |
| B | 29 | 35 | 30 | 36 | 15 |
| C | 24 | 32 | 25 | 41 | 20 |
| D | 23 | 30 | 23 | 38 | 30 |
| Demand | 30 | 20 | 30 | 20 |
| 1 | 2 | 3 | 4 | |
| A | 30 | 5 | ||
| B | 15 | 0 | ||
| C | 20 | |||
| D | 10 | 20 |
| 1 | 2 | 3 | 4 | |
| A | x | x | ||
| B | x | x | ||
| C | 8 | 2 | x | 1 |
| D | 9 | 2 | x | x |
| P | Q | R | S | Supply | |
| A | 15 | 14 | 17 | 11 | 23 |
| B | 10 | 9 | 16 | 12 | 42 |
| C | 11 | 13 | 8 | 10 | 18 |
| D | 15 | 13 | 16 | 17 | 19 |
| Demand | 25 | 45 | 12 | 20 |
| P | Q | R | S | |
| A | 23 | |||
| B | 2 | 40 | ||
| C | 5 | 12 | 1 | |
| D | 19 |
A question is this type if and only if it asks to use the labelling/flow augmentation procedure to find maximum flow, listing flow-augmenting routes and their flows.
A question is this type if and only if it asks to explain why certain arcs cannot both be saturated, or why certain flow values are impossible, using logical reasoning about network structure.
A question is this type if and only if it asks to apply the north-west corner method to obtain an initial solution to a transportation problem.
| \cline { 2 - 5 } \multicolumn{1}{c|}{} | \(D\) | \(E\) | \(F\) | Available |
| \(A\) | 21 | 24 | 16 | 24 |
| \(B\) | 18 | 23 | 17 | 32 |
| \(C\) | 15 | 19 | 25 | 14 |
| Required | 20 | 30 | 20 | |
| \cline { 1 - 4 } | ||||
| \cline { 1 - 4 } |
A question is this type if and only if it asks to identify which arcs are at full capacity (saturated) given a flow pattern.
A question is this type if and only if it involves a restriction on flow through a vertex (not just arcs), requiring network modification to model this constraint.
A question is this type if and only if it asks to explain why a dummy supply or demand point is needed, or to add one to balance a transportation problem.
| \(d\) | \(e\) | Supply | |
| \(A\) | 5 | 3 | 45 |
| \(B\) | 4 | 6 | 35 |
| \(C\) | 2 | 4 | 40 |
| Demand | 50 | 60 |
| \(d\) | \(e\) | \(f\) | Supply | |
| \(A\) | 5 | 3 | 45 | |
| \(B\) | 4 | 6 | 35 | |
| \(C\) | 2 | 4 | 40 | |
| Demand | 50 | 60 |
A question is this type if and only if it asks to formulate a transportation problem as a linear programming problem with decision variables, objective function, and constraints.
| \(J\) | \(K\) | \(L\) | |
| \(W\) | 3 | 6 | 3 |
| \(X\) | 5 | 8 | 4 |
| \(Y\) | 2 | 5 | 7 |
A question is this type if and only if it asks to calculate the total value of a given initial or feasible flow from source to sink.
A question is this type if and only if it asks to identify a specific flow-augmenting path and its capacity without using the full labelling procedure.
A question is this type if and only if it asks to identify which cut has minimum capacity and state its value, often requiring comparison of multiple cuts.
A question is this type if and only if it asks to illustrate or show the final maximum flow on a diagram after finding it.
A question is this type if and only if it asks to verify that a flow is maximal by finding a cut with equal capacity (max-flow min-cut theorem).
A question is this type if and only if it asks to calculate shadow costs (dual variables) for a transportation problem solution.