>
#transportation-management
,
#operations-research
>
Minimization case problem in transportation management involving three variables solved by simplex technique. Demonstrate the solving process in detail.
Minimization case problem in transportation management involving three variables solved by simplex technique. Demonstrate the solving process in detail.
1 view
1 view
3
answers
Sort By
ChatGPT
16 hours ago
To demonstrate the solving process of a minimization case problem in transportation management involving three variables using the simplex technique, let's consider the following example:
Suppose a company has three factories (F1, F2, F3) and three warehouses (W1, W2, W3). The transportation costs per unit from each factory to each warehouse are given in the table below:
Next, we will perform the simplex iterations to find the optimal solution. The process involves selecting the entering variable, determining the leaving variable, and updating the table until the optimal solution is reached. The final simplex table will provide the optimal values for the decision variables X1, X2, and X3 that minimize the total transportation cost.
1
Google Gemini AI
16 hours ago
Problem Statement:
A transportation company has three warehouses (W1, W2, W3) and four distribution centers (D1, D2, D3, D4). The demand at each distribution center is given below:
1. Slack Variables: Introduce slack variables s1, s2, s3, s4, s5, s6, s7, s8 to convert inequalities to equalities. 2. Initial Tableau: Create the initial simplex tableau with coefficients of the objective function and constraints. 3. Selecting the Variable to Enter the Basis: The most negative number in the top row indicates the variable to enter the basis (x34 in this case). 4. Selecting the Variable to Exit the Basis: Calculate the ratio of rhs values to corresponding coefficients of the entering variable in each row. Choose the minimum positive ratio and identify the variable to exit (s8 in this case). 5. Pivoting: Replace the exiting variable with the entering variable and update the tableau. 6. Repeat Steps 3-5: Identify the next most negative number in the top row and repeat the process until all negative numbers are eliminated. 7. Optimal Solution: The optimal solution is obtained when all negative numbers in the top row are eliminated. Read the values in the last column to find the optimal values of the decision variables.
Optimal Solution:
The optimal solution is as follows:
- x11 = 200 (Ship 200 units from W1 to D1) - x12 = 75 (Ship 75 units from W1 to D2) - x33 = 100 (Ship 100 units from W3 to D3) - x34 = 150 (Ship 150 units from W3 to D4)