A company owns two flour mills (A and B) which have different production capacities for HIGH, MEDIUM and LOW grade flour. This company has entered contract supply flour to a firm every week with 12, 8, and 24 quintals of HIGH, MEDIUM and LOW grade respectively. It costs the Co. $1000 and $800 per day to run mill A and mill B respectively.
On a day, mill A produces 6, 2, and 4 quintals of HIGH, MEDIUM and LOW grade flour respectively. Mill B produces 2, 2 and 12 quintals of HIGH, MEDIUM and LOW grade flour respectively.
Required tasks:
•Formulate the LP model; how many days per week should each mill be operated in order to meet the contract order most economically standardize? Interpret the result; determine the surplus amount; determine the optimal value using simplex method.
Minimize:
Subject to:
Convert the minimization problem into its dual. Transposing matrix of coefficients:
Maximize:
Object to:
1st iteration:
for - pivot column
in pivot column is minimal for ( ), so, pivot row is row of
Pivot value is intersection of pivot column and pivot row.
Pivot value
Update table. The new coefficients of the tableau are calculated as follows:
In the pivot row each new value is calculated as: New value = Previous value / Pivot
In the other rows each new value is calculated as:
New value = Previous value - (Previous value in pivot column * New value in pivot row)
2nd iteration:
The pivot column is column of , the pivot row is row of , pivot value is
3rd iteration:
The pivot column is column of , the pivot row is row of , pivot value is
4th iteration:
Solution:
The minimal cost per day of running mills is $2640. The company operates mills A and B for 0.4 days and 2.8 days per week respectively.
Comments