A basic feasible solution of an m × n transportation problem is said to be non-degenerate, if basic feasible solution contains exactly _______ number of individual allocations in ______ positions.
m + n – 1, independent
A transportation problem is a special type of linear programming problem that deals with determining the most cost-effective way to transport goods from a set of sources to a set of destinations. We have 'm' sources (like factories) and 'n' destinations (like warehouses).
A solution to a transportation problem involves determining the quantity of goods to be shipped from each source to each destination. A feasible solution is one where the total quantity shipped from each source equals its supply capacity, and the total quantity received at each destination equals its demand requirement.
A basic feasible solution (BFS) is a feasible solution with a specific number of positive allocations (amounts being shipped). These positive allocations correspond to the basic variables in the linear programming formulation of the problem.
A basic feasible solution in a transportation problem can be either degenerate or non-degenerate.
For an \(m \times n\) transportation problem, a basic feasible solution is considered non-degenerate if and only if:
The condition of being in "independent positions" means that it's not possible to form a closed loop (or cycle) by connecting the cells with positive allocations using only horizontal and vertical lines. A closed loop involves moving from a cell with an allocation horizontally or vertically to another cell with an allocation, and eventually returning to the starting cell without moving diagonally.
If the allocations form a closed loop, it indicates linear dependence among the corresponding basic variables, which is not a characteristic of a true basic solution where the basic variables should be linearly independent.
Let's look at the given options based on our understanding of a non-degenerate BFS:
| Option | Number of Allocations | Position Type | Match with Non-Degenerate Condition? |
|---|---|---|---|
| 1 | \(m + n + 1\) | independent | No (Incorrect number of allocations) |
| 2 | \(m + n - 1\) | independent | Yes (Matches both criteria) |
| 3 | \(m + n - 1\) | appropriate | No ('Appropriate' is not the standard term; 'independent' is required) |
| 4 | \(m - n + 1\) | independent | No (Incorrect number of allocations) |
Based on the definition, a non-degenerate basic feasible solution must have exactly \(m + n - 1\) positive allocations that are in independent positions. Option 2 correctly states both these requirements.
A basic feasible solution of an \(m \times n\) transportation problem is non-degenerate if it satisfies the conditions of having exactly \(m + n - 1\) positive allocations and these allocations are in independent positions, meaning they do not form a closed loop.
| Feature | Basic Feasible Solution (BFS) | Non-Degenerate BFS | Degenerate BFS |
|---|---|---|---|
| Allocations | Feasible, satisfies supply/demand | Exactly \(m + n - 1\) positive allocations | Less than \(m + n - 1\) positive allocations (some basic variables are zero) |
| Position of Allocations | Feasible positions | Independent positions (no closed loops) | Can potentially form closed loops with zero-value basic variables |
| Condition | Feasible and basic (specific number of positive allocations) | BFS with exactly \(m + n - 1\) positive allocations in independent positions | BFS with < \(m + n - 1\) positive allocations |
Finding the optimal solution to a transportation problem typically involves two phases:
In an Linear programming problem, the restrictions or limitations under which the objective function is to be optimised are called
For the linear programming problem:
Maximum Z = 3X1 + 2X2
Subject to
-2X1 + 3X2 ≤ 9
X1 – 5X2 ≥ - 20
X1, X2 ≥ 0
The above problem has
The headquarters of the Eastern Railway Zone is located at _______.
Consider an LPP given as
Max Z = 2x 1 - x 2+ 2x 3
Subject to the constraints
2x 1+ x 2 ≤ 10
x 1+ 2x 2 - 2x 3 ≤ 20
x 1+ 2x 3 ≤ 5
x 1, x 2, x 3 ≥ 0
What shall be the solution of the LPP after applying first iteration of the Simplex Method?
Consider the following Linear programming problem (LPP):
Maximize z = x 1+ x 2
Subject to the constraints:
x 1+ 2x 2≤ 2000
x 1+ x 2≤ 1500
x 2≤ 600
and x 1, x 2≥ 0
The solution of the above LPP is: