Degeneracy test: m+n-1 = 2+2-1 = 3. The number of positive independent allocations (occupied cells) must be 3, but there are only 2 occupied cells in the given feasible solution. Therefore, the initial feasible solution is degenerate. In order to remove degeneracy, allocate a very small positive number (practically 0) to the empty cell with the lowest cost, which is AB.
Resulting feasible solution is:
| Destination A | Destination B | |
| Source A | 10 4 | 0 1 |
| Source B | 3 | 30 2 |
Cost = 10*4+0*1+30*2 = 100
Improvement index of empty cells is calculated by alternatively
adding and subtracting the cost of cells which form a closed loop
with the empty cell at one of its corner and non-empty cells at all
the other corners. Closed loop for empty cell BA is formed by cells
BA-AA+AB-BB
Improvement index of the empty cell BA = 3-4+1-2 = -2
Improvement index of empty cell is negative. which means the solution is not optimal.
Empty cell is allocated using stepping stone method.
Using the closed loop for this cell, allocate the minimum value of the non-empty cell with negative sign (as used in calculation of improvement index). That cell is AA and the minimum value is 10. So 10 is subtracted from AA, added to AB, subtracted from BB, and added to BA. Resulting tableau is following:
| Destination A | Destination B | |
| Source A | 4 | 10 1 |
| Source B | 10 3 | 20 2 |
Cost = 10*1+10*3+20*2 = 80
Again calculate the improvement index of empty cell AA, which is = 4-1+2-3 = 2
This is positive. Therefore, this solution is optimal.
Optimal solution is:
| Destination A | Destination B | |
| Source A | 10 | |
| Source B | 10 | 20 |
Its cost = 80
26) Given the following feasible solution, determine if the problem is degenerate and then find the...
4. Given the following linear programming problem, determine which situation (choose one) a. An optimal solution exists at a single vertex point. b. There is more than one optimal solution. C. There is no optimal solution because the feasible region does not exist d. There is no optimal solution because the feasible region is unbounded. Maximize: 2x +3y Subject to: x +2y 28 5. Graph the inequality: 2x +3y >12 6. Graph the system of inequalities: 7. Graph the system...
Given the following linear optimization problem Maximize 10x + 20y Subject to x+y ≤ 50 2x + 3y ≤ 120 X ≥ 10 X,y≥0 (a) Graph the constraints and determine the feasible region. (b) Find the coordinates of each corner point of the feasible region (c) Determine the optimal solution and optimal objective function value.
Consider the following linear program: Min 3A + 48 +28 26 AB 20 2. Select the correct graph that shows the feasible region and the optimal solution for the problem. 0 (1) 10 8 Optimal Solution: A-2, B-2 - Optional Solution And, BM A (iv) Optimal Solution: A-0, B- Optimal Solution: A=2, B-2 b. What is the value of the objective function? If required, round your answer to one decimal place. Objective function value:
The parameter table given below shows the transportation problem
formulation of Option 1 for the Better Products Co. problem
presented in Sec. 9.3 of the textbook. As stated in the textbook,
the optimal solution for this transportation problem has the
following basic variables (allocations):
x12 = 30, x13 = 30, x15 = 15, x24 = 15, x25 = 60, x31 = 20, x34
= 25
Verify that this optimal solution actually is optimal by
applying just the optimality test portion...
Use the tableau below for the following: 4. 39 10 -1 4 75 a) Determine the current optimal value and the feasible solution that it gives this value. Can the current optimal solution be improved? If so, circle the pivot location on the tableau and then determine how much it can be improved from that pivot. If not, explain why. b)
Use the tableau below for the following: 4. 39 10 -1 4 75 a) Determine the current optimal value...
TowAlong makes trailers at plants in Kansas City, Denver, and Raleigh, and ships these units to distribution centers in Birmingham, Milwaukee, Los Angeles, and Seattle. In planning production for the next year, TowAlong estimates unit shipping cost between any plant and distribution center, plant capacities, and distribution center demands. These numbers are given in the table. Distribution center Plant Birmingham Milwaukee Los Angeles Seattle Capacity Kansas city $35 $40 $60 $120 12,000 Denver $30 $30 $45 $130 8,000 Raleigh...
a. Formulate the corresponding integer programming problem
b. Find an optimal solution using Excel Solver
Cyberdata, a PC manufacturer, currently has two production facilities. The first one is located in Alpha City and has a capacity of 200,000 units a year and an annual fixed cost of 20 million. The second plant is located in Beta City and has a capacity of 60,000 units a year and annual fixed cost of 9 million. The two plants serve the entire country...
b. Given the following tableau find an alternative basic feasible optimal solution. (10 pts) 2 X, X2 X3 X4 X5 X6 RHS 2 1 0 0 0 0 2 3 4 X 0 1 0 2 -1 -1 1 2 X, 0 0 -2 2 3 2
Problem 2 (25 points) For the following linear programming problem, determine the optimal solution by the graphical solution method Min 2xi + xi+x 2 xi 4 a. Graph and shade the feasible region below. b. What is the solution to this problem? Objective Value x2 x2
Given the following 2 constraints, which solution is a feasible solution for a maximization problem? (1) 14x1 + 6x2 ≤ 42 (2) x1 – x2 ≤ 3 Group of answer choices a. (x1, x2 ) = (2,1) b. (x1, x2 ) = (1,5) c. (x1, x2 ) = (5,1) d. (x1, x2 ) = (4,4) e. (x1, x2 ) = (2,6)