LP Solution - Solver
LP Solution - Solver
the East Coast. The cost of shipping coal from each mine to each plant, the capacity at each of t
shown in the following table:
Plants
Mine Capacity
Mine 1 2 3 4
(tons)
1 $ 7.00 $ 9.00 $ 10.00 $ 12.00 220
2 $ 9.00 $ 7.00 $ 8.00 $ 12.00 170
3 $ 11.00 $ 14.00 $ 5.00 $ 7.00 280
Demands
110 160 90 180
(tons)
The cost of mining and processing coal is $62 per ton at mine 1, $67 per ton at mine 2, and $75
sulfur content per ton of coal at each mine is as follows:
Each plant has different cleaning equipment. Plant 1 requires that the coal it receives have no m
have no more than 5% ash and sulfur combined; plant 3 can have no more than 5% ash and 7%
and sulfur combined. CCC wants to determine the amount of coal to produce at each mine and
a. Formulate a linear programming model for this problem.
b. Solve this model by using the computer.
Solution:
Decision Variables
Let
Xij i=Mine#, j=Plant#
X11 Qty produced at Mine 1 & transported to Plant 1
Similarly from Mine 1 we have X12, X13, X14
Similarly
X21, X22, X23, X24
X31, X32, X33, X34
Constraints
Objective Function
at mine 2, and $75 per ton at mine 3. The percentage of ash and
receives have no more than 6% ash and 5% sulfur; plant 2 coal can
an 5% ash and 7% sulfur; and plant 4 can have no more than 6% ash
at each mine and ship to its customers that will minimize its total cost.
Formula
132 220 <= SUM(I34:L34)
170 170 <= SUM(I35:L35)
238 280 <= SUM(I36:L36)
110 110 = SUM(I34:I36)
160 160 = SUM(J34:J36)
90 90 = SUM(K34:K36)
180 180 = SUM(K34:K36)
0 0 <= 3*I34-I35-2*I36
-84 0 <= I34-I35-2*I36
0 0 <= 4*J34-J36
-160 0 <= J34-J35-2*J36
0 0 <= 4*K34-K36
-126 0 <= K34-K35-2*K36
0 0 <= 3*L34-L35-2*L36
-324 0 <= -2*L35-3*L36
Z $ 41,726.00