1 / 22

Example 4.4

Example 4.4. Blending Models. Background Information. Chandler Oil has 5000 barrels of crude oil 1 and 10,000 barrels of crude oil 2 available. Chandler sells gasoline and heating oil. These products are produced by blending together the two crude oils.

nieve
Télécharger la présentation

Example 4.4

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Example 4.4 Blending Models

  2. Background Information • Chandler Oil has 5000 barrels of crude oil 1 and 10,000 barrels of crude oil 2 available. • Chandler sells gasoline and heating oil. • These products are produced by blending together the two crude oils. • Each barrel of crude oil 1 has a “quality level” of 10 and each barrel of crude oil 2 has a quality level of 5. Gasoline must have have an average quality level of at least 8, while heating oil must have an average level of at least 6.

  3. Background Information – continued • Gasoline sells for $25 per barrel and heating oil sells for $20 per barrel. • The advertising cost to sell one barrel of gasoline is $0.20 and the advertising cost to sell one barrel of heating oil is $0.10. • We assume that demand for heating oil and gasoline is unlimited, so that all of Chandler’s production can be sold. • Chandler wants to maximize profits.

  4. Solution • To model Chandler’s problem, we must keep track of the following: • The number of barrels of gasoline and heating oil produced (the outputs) • The number of barrels of each crude oil (the inputs) used to produce each output • The quality levels of the inputs used to make the outputs • The total profit earned

  5. BLENDING.XLS • This file shows the spreadsheet model for this problem. • The spreadsheet figure on the next slide shows the model.

  6. Developing the Model • To develop this model, proceed as follows. • Monetary and quality inputs. Enter the unit profit contributions and advertising costs in the SellingPrices and UnitAdCosts ranges. Enter the quality levels for crude oils in the QualityLevels range and the quality standards for the outputs in the range B13:C13. Enter the barrels available in the Available range. • Inputs blended into each output. Although it may not be immediately apparent, the quantities Chandler must choose to specify any solution are the barrels of each input used to produce each output. Therefore, enter any trial values for these values in the BlendPlan range. The BlendPlan range will be the changing cell range.

  7. Developing the Model – continued • Inputs used and outputs sold. We need to calculate the row sums and column sums of the BlendPlan range. • Quality achieved. Keeping track of the quality level of gasoline and heating oil in the QualityObtained range is tricky. Begin by calculating for each output the number of quality points (QP) in the inputs used to produce this output:QP in gasoline = 10 * (Oil 1 in gasoline) + 5 * (Oil 2 in gasoline) QP in heating oil = 10 * (Oil 1 in heating oil) + 5 * (Oil 2 in heating oil)For the gasoline produced to have a quality level of at least 8, we must haveQP in gasoline  8 * Gasoline soldFor the heating oil produced to have a quality level of at least 6, we must haveQP in heating oil  6 * Heating Oil sold

  8. Developing the Model – continued • To implement the Inequalities, calculate the QP for gasoline in cell B23 with the formula =SUMPRODUCT(B17:B18,QualityLevels) then copy this formula to cell C23 to generate the QP for heating oil. • Quality required. Calculate the required quality points for gasoline and heating oil in the QualityReqd range. Specifically, in cell B25 determine the required quality points for gasoline with the formula =B13*B19. Then copy this formula to cell C25 to calculate the required quality points for heating oil.

  9. Developing the Model – continued • Revenue, cost and profit. Calculate the total revenue, total advertising cost, and total profit in the Revenue, AdCost, and Profit cells with the formulas =SUMPRODUCT(SellingPrices,Sold), =SUMPRODUCT(UnitAdCosts,Sold) and =Revenue-AdCost. • Using Solver: To solve Chandler’s problem with Solver, proceed as follows. • Objective. Maximize profit by choosing the Profit cell as the target cell. • Changing cells. Select the BlendPlan range as the changing cells.

  10. Developing the Model – continued • Crude oil availability constraint. Enter the constraint Used <=Available. This endures that no more of any oil is used than is available. • Quality constraint. Enter the constraint QualityObtained>=QualityReqd. This ensures that the gasoline and heating oil produced are acceptable quality. • Specify nonnegativity and optimize. Under SolverOptions, check the nonnegativity box, and use the LP algorithm to obtain the optimal solution shown. • The Solver dialog should appear as shown on the next slide.

  11. Solution • The solution implies that Chandler should make 5000 barrels of gasoline with 3000 barrels of crude oil 1 and 2000 barrels of crude oil 2. • It should also make 10,000 barrels of heating oil with 2000 barrels of crude oil 1 and 8000 barrels of crude oil 2. • With this blend Chandler will earn a profit of $323,000.

  12. Solution – continued • As stated earlier, we believe this problem is sufficiently complex to defy intuition. • Clearly, gasoline is more profitable per barrel than heating oil, but given the crude availability and the quality constraints, it turns out that Chandler should sell twice as much heating oil as gasoline. • This would have been very difficult to guess ahead of time.

  13. Sensitivity Analysis • We perform two typical sensitivity analyses on the Chandler blending model. • In each, we see how profit and the amounts of the outputs produced vary. • In the first analysis, we use the unit selling price of gasoline as the input and let it vary from $20 to $80 in increments of $5. • The SolverTable results appear in the figure on the next slide.

  14. Sensitivity Analysis – continued • Two things are of interest. • First, as the price of gasoline increases, Chandler produces more gasoline and less heating oil, exactly as we would expect. • Second, the profit never decreases, as the changes in column E indicate. • In the second sensitivity analysis, we vary the availability of crude 1 from 2000 barrels to 20,000 barrels in increments of 1000 barrels.

  15. Sensitivity Analysis – continued • The resulting SolverTable output appears here.

  16. Sensitivity Analysis – continued • These results make sense if we analyze them carefully. • First, the profit increases, but at a decreasing rate, as more crude 1 is available. This is a common occurrence in LP models. As more of a resource is made available, profit can only increase, but each extra unit of the resource produces less profit than the previous unit. • Second, the amount of gasoline produced increases while the amount of heating oil produced decreases. Why? Crude 1 has higher quality than crude 2, and gasoline requires higher quality. Gasoline also sells for a higher price. Therefore, as more crude 1 is available, Chandler can produce more gasoline, receive more profit, and still meet quality standards.

  17. Modeling Issues • We used the inequality as the Quality constraint for gasoline. It might appear more natural to write this in terms of average quality points by dividing through by Gasoline sold: (QP in gasoline)/(Gasoline sold)  8While this is logically correct, we prefer the Inequality for two reasons. • First, it is conceivable that no gasoline should be sold. • Second, is that the second inequality is technically nonlinear, as the Solver will inform you if you try to use the LP algorithm. The lesson, therefore, is to “clear denominators” in blending problem constraints.

  18. Modeling Issues – continued • We have assumed that the quality level of a mixture is a linear function of the fraction of each input used in the mixture. For example, we have assumed that if gasoline is made with a fraction 3/5 of crude oil 1 and 2/5 of crude oil 2, thenQuality Level of Gasoline = 3/5 * Quality Level of Oil 1 + 2/5 * Quality Level of Oil 2If the quality level of the output is not a linear function of the fraction of each input used in the mixture, then we no longer have a linear model; we have a nonlinear model.

  19. Modeling Issues – continued • In reality, a company using a blending model would run the model periodically and set production on the basis of the current inventory of inputs and the current demand forecasts. Then the forecasts and the input levels would be updated, and the model would run again to determine the next day’s production.

More Related