Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
115 views
89 pages
Session-1 - 5
Uploaded by
surprise MF
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save Session-1 - 5 (2) For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
0 ratings
0% found this document useful (0 votes)
115 views
89 pages
Session-1 - 5
Uploaded by
surprise MF
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save Session-1 - 5 (2) For Later
Share
0%
0% found this document useful, undefined
0%
, undefined
Print
Embed
Report
Download
Save Session-1 - 5 (2) For Later
You are on page 1
/ 89
Search
Fullscreen
Introduction to Operations Research (OR) and Linear Programming (LP) Session-1 By Prof. Prashant PremkumarManagement Science and OR ° Broadly, the tasks of the manager are: © Handling Administrative Task ¢ Problem Solving © Strategy and Innovation ¢ Networking and bonding © The aforementioned tasks require ¢ Formalization © Quantification ° Constraints handling * Decision making © OR is about formal techniques, quantification, decision making and constraints and limitation handling,OR and LP © ORisa field of study where we optimize performance under given constraints © OR also helps us develop models for decision making © Among the several topics in operations research, LP is the most important and the most popular one. © LP problems have applications in the various fields. © Some of which include manufacturing systems, public systems, business supply chain management and analytics, expert systems and decision support systemsDefinition of Linearity © Linearity or Linear functions are those whose graph is a straight line © y=f(x)=at+bx © In LP, we will be dealing with linearity, i.e., each variable will be having power one. © In LP we often use inequalities. © An inequality is a relation which makes a non-equal comparison between two numbers or other mathematical expressions. ° Example, <, >, #, S,2To begin with LP: Example-1 © Formulation-1 Product mix Problem: ° A shop can make two types of sweets (A and B). They use two resources flour and sugar. To make one packet of A, they need 3Kg, of flour and 3Kg of sugar. To make one packet of B, they need 3Kg of flour and 4Kg of sugar. They have 21Kg of flour and 28Kg of sugar. These sweets are sold at Rs. 1000 and 900 per packet respectively. Find the best product mix to maximize the revenue.© What is the objective? ¢ To maximize the revenue © What decisions will influence the objective? © Quantity of Sweet A to be produced © Quantity of Sweet B to be produced © What resources do we have to implement the above decisions? e Flour © Sugar Are the resources unlimited?Let X1 be the number of packets of sweet A made Decision Variabl Let X2 be the number of packets of sweet B made. —————* version Varlables Res s sources Flour Flour 3Kg 3Kg 3X,+3X, < 21 sassy BIEG) 4Kg Sugar ccna 3X,+4X, < 28 _—_ X,,X,20 —— Non-negative Revenue S restriction Maximize 1000X, +900X, SN Objective FunctionCharacteristics of LP © Proportionality: © If make 1 packet of sweet A then I get 1000 rupees. If make X1 packet of A then I will get 1000X1 rupees ° Additivity: © Additivity property says that profit obtained by selling X1 packet and X2 packet can be added. ° Certainty: © We need deterministic values to formulate LP. E.g., 21Kg flour, 28 Kg sugar and so on. © Divisibility: © Since we are using continuous variables, the LP model assumes that the decision variables can take on fractional valuesLP Problem formulation: Example-2 © A company wants to advertise their product in four different media- TV, newspaper, website and radio. The reach per advertisement on these four platforms are 8000, 5000, 3000, 2000. The cost per advertisement is 4 lakhs, 3lakhs, 2 lakhs and 1.5 Lakhs. The maximum number of advertisements the company wishes to have in each media is 3, 4, 5, 4. The budget of the company for the advertisement is 32 lakhs. How many advertisements does the company decide in each media to maximize the reach? ¢ X1 be the number of advertisement onTV © X2 be the number of advertisement on newspaper © X3 be the number of advertisement on web ¢ X4 be the number of advertisement on radioLP Problem formulation: Example-2 (Cont.) © Maximize 8000X1+5000X2+3000X3+2000X4 © 4X143X2+2X3+1.5X4 $32 ° X13 © X2<4 © X35 ° X44 © X1, X2, X3, X40LP Problem formulation: Example-3 © The daily requirements of nurses in a private nursing home is given by the following table: ii 8AM to 12 noon 12 12 noon to 4PM 15 4PM to 8PM 10 8PM to 12 midnight 8 12 midnight to 4. AM 6 4AMto 8AM 10 © The nurses start work at the beginning of the shift (e.g. 8AM, 12 noon etc.) and work for 8 continuous hours. What is the minimum number of nurses required to meet the daily demand?Let X1 to X6 be the number of muses who start Gein) work at 8AM, 12 noon , 4 PM, 8PM, 12 Mid-night 8AM to 12 noon 2 and 4AM respectively. 12 noon to 4PM 15 subject tor 4PM to 8PM 10 8PMto 12 midnight 8 X,+X, 215 12 midnight to4AM 6 X,+X,210 4AMto 8AM 10 X,+X,28 X,+X,26 X,+X, 210 X,+X,212 X,,X,,X,,X,,X,,X,20 Objective: Minimize : X,+X,4+X,+X,+X,4+X,LP Problem formulation: Example-4 © The demand for the products for two weeks is 800 and 1000. In a week, company can produce up to 700 units at regular time at 100 rupees/ product. It can employ over time and produce up to an extra 300 units in a week at rupees 120/product. The cost of carrying the product from one week to the next is rupees 15/product/ week. How that company should produce in order to meet the demand at minimum cost. ¢ Number of products made using regular time in week one - X1 ¢ Number of products made using regular time in week two - X2 ¢ Number of products made using overtime in week one -Y1 ¢ Number of products made using overtime in week two -Y2 © Number of products carried from week1 to week2 - Z1Subject to: X, <700 X, <700 Y, <300 ¥, <300 X, +¥, =800+Z, Or X,+¥,—Z, =800 X,+Y¥,+Z, =1000 X,.X3.¥,.¥%.Z, 20 Objective: Minimize :100X, +100X, +120Y, +120Y, +15Z,Subject to: X, <700 X, <700 Y, <300 ¥, <300 X,+¥, >800 Z, =X,+Y,—800 X,+Y,+Z, =1000 X,+Y,+X,+¥,—800=1000 X,+¥,+X,+Y, =1800 X,.X¥.¥, 20 Objective: Minimize :100X, +100X, +120Y, +120Y, +15Z, Minimize :100X, +100X,, +120Y, +120Y, +15(X,+¥, —800)LP Problem formulation: Example-5 e Three friends (A, B and C) start from P towards Q which is SKM away. They have one cycle and only one person rides the cycle at a time. A, b and C walk at the speed of 4, 5, and 6 KM/hour and can ride the cycle at 7, 8 and 10 KM/hour. How do they travel such that all three reach Q at the earliest time? © Let X1 be the distance Cycled by A in KM © Let X2 be the distance Cycled by B in KM © Let X3 be the distance Cycled by C in KMLP Problem formulation: Example-5 (Cont. ) e That means, © (5-X1) be the distance walked by A in KM © (5-X2) be the distance walked by B in KM © (5-X3) be the distance walked by C in KM e Further, x1 G—-xX) . _AfA Aw © Time taken by A = 7 4 5— © Time taken by B= +o e Time taken by C= a + Gx*3) ° 10 6 e X1+X2+X3=5LP Problem formulation: Example-5 (Cont. ) ° All person reach to the destination when the last person reach. © We do not know who is the last person. He can be either A or B or C. Suppose time taken by the last person to reach destination is u. © Thus, u>X1 + G-xbd 7 4 Ga X2) e >— Oru2 5 X3. (5—X3) > —+——— ° Oru2 76 6Do it on your own © The Mighty Silver Ball Company manufactures three kinds of pinball machines, each requiring a different manufacturing technique. The Super Deluxe Machine requires 17 hours of labor, 8 hours of testing, and yields a profit of $300. The Silver Ball Special requires 10 hours of labor, 4 hours of testing, and yields a profit of $200. The Bumper King requires 2 hours of labor, 2 hours of testing, and yields a profit of $100. There are 1000 hours of labor and 500 hours of testing available. In addition, a marketing forecast has shown that the demand for the Super Deluxe is no more than 50 machines, demand for the Silver Ball Special no more than 80, and demand for Bumper King no more than 150. The manufacturer wants to determine the optimal production quantities that will maximize his total profit.Maximize Z = 300X, +200X, + 100X, Subject to 17X, + 10X, + 2X, < 1000 8X, + 4X, + 2X, < 500 X, $50, X, $ 80, X, $150 X,>0,X,>0,X,>0Introduction to Operations Research (OR) and Linear Programming (LP) Session-2 By Prof. Prashant PremkumarLP Problem formulation: Example-4 © A company wants to advertise their product in four different media- TV, newspaper, website and radio. The reach per advertisement on these four platforms are 8000, 5000, 3000, 2000. The cost per advertisement is 4 lakhs, 3lakhs, 2 lakhs and 1.5 Lakhs. The maximum number of advertisements the company wishes to have in each media is 3, 4, 5, 4. The budget of the company for the advertisement is 32 lakhs. How many advertisements does the company decide in each media to maximize the reach? ¢ X1 be the number of advertisement onTV © X2 be the number of advertisement on newspaper © X3 be the number of advertisement on web ¢ X4 be the number of advertisement on radioLP Problem formulation: Example-4 (Cont.) © Subject To: e X13 e X24 e X35 ° X44 © 4X14+3X2+2X341.5X4 $32 e X1, X2, X3, X420 © Objective: © Maximize 8000X1+5000X2+3000X3+2000X4LP Problem formulation: Example-5 ¢ A financial advisor who recently graduated from IRMA received a call from a client who wanted to invest a portion of a $ 150,000 inheritance The client wanted to realize an annual income, but also wanted to spend some of the money After discussing the matter, the client and the adviser agreed that a mutual fund, corporate bonds, and a money market account would make suitable investments.© The client was willing to leave allocation of the funds among these investment vehicles to the financial adviser, but with the following conditions: At least percent of the amount invested should be in the money market account A maximum of only 35% should be invested in corporate bonds The investment must produce at least § 12,000 annually (ROL) ‘The un-invested portion should be as large as possible © The annual returns would be 11 percent for the mutual fund, 8 percent for the bonds, and 7 percent for the money market ° Formulate an LP model that will achieve the client's requests. Ignore transaction costs, the adviser’s fee and so on.Solution to Example Problem No.5 e Let \,, \,, V, be the amounts to be invested in mutual fund, corporate bonds and money market ° Non-negativity condition: Xi, \2, \3 20 » Atleast 25 percent of the amount invested should be in the money market account X3 / (X1tX2+X3) 20.25 » A maximum of only 35% should be invested in corporate bonds X2 / (X1+X2+X3) $0.35 » The investment must produce at least $12,000 annually (ROI) 0.11X1 + 0.08X2 + 0.07X3 2 12000 Objective Function: Maximize Z = 150,000 — (X1 + X2 + X3)LP Problem formulation: Example-6 e Three friends (A, B and C) start from P towards Q which is SKM away. They have one cycle and only one person rides the cycle at a time. A, B and C walk at the speed of 4, 5, and 6 KM/hour and can ride the cycle at 7, 8 and 10 KM/hour. How do they travel such that all three reach Q at the earliest time? © Let X1 be the distance Cycled by A in KM © Let X2 be the distance Cycled by B in KM © Let X3 be the distance Cycled by C in KMLP Problem formulation: Example-6 (Cont. ) e That means, (5-X1) be the distance walked by A in KM © (5-X2) be the distance walked by B in KM ¢ (5-X3) be the distance walked by C in KM © X1+X2+X3=5 x 5—X1 © Time taken by A ae B= X 2) ® Time taken byB="g> tS , G=X3) © Time taken by c= 8 io 7 SLP Problem formulation: Example-6 (Cont. ) © [8, 6, 5] © [2,4,9] e [5, 3, 6] © The earliest time when all three are at the destination is influenced by the person who reaches last. eu2z8,u26,u25LP Problem formulation: Example-6 (Cont. ) eur 41, G-*D 7 4 X2 ~~ (5—X2) a a X3 (5-—X3) °uz 10" 6 © X14+X2+X3=5 © Objective: ¢ Minimize u e X1, X2,X3,u20LP Problem formulation: Example-7 - Investment planning ° A senior executive of a public sector company recently quit his job under the VRS with a hefty packet of Rs 1 Crore. © Messrs. Dhana-chor Chit Fund Company has offered the following investment scheme for the benefit of such retired people. © This scheme is available only for the next six months (Encashment is possible on 180" day)Problem No.7 - Investment planning e "Invest a certain sum (in lakhs of rupees) in any month, invest half of that amount in the next month. In the subsequent month, one would get twice the amount invested originally in the first month” Returns received at the end of any month can be used immediately for reinvesting either as a fresh investment or as a follow-up investment © Formulate an LP model to maximize the returnsSolution to Problem No.7 © Let X, = Fresh investment on the 0" 30", 60", 90%, 120% day respectively (t = 1,2,3,4,5) (in lakhs of Rs.) © Noting that, in any month, the cash outflow must not exceed the cash on hand, the following linear programme is formulatedSolution to Problem No.7 Day 0 (Today): =X, <100 Day 30: ~+X, <100-X, 2 Day 60: %2+x, <100-x,-*1-x,+2x, 2 2 <100++1- x, 2 2 Day 90: sy, <100+— XX 2 2 2 Day 120: Xa, <100+ 244 x +4a_x, 2 2, 2 2 Day 150: %* — <1900+ 414424 *a Xs, 2 2 2 2 2Solution to Problem No.7 © On 180" day, the cash on hand must be maximum Day 180: 100+ st 474 x,-7342x © Hence the objective lancom: is Maximize z=100+ 42 42a 4 Rey Ae X, 20 ¥t=123,45.Problem No. 8 - Stock cutting © Amill cuts 20-foot pieces of wood into several different lengths: 8-foot, 10- foot and 12-foot. The mill has a certain amount of 20-foot stock on hand and orders for the various sizes. The objective is to fill the orders with as little waste as possible © For example, if two 8-foot lengths are cut from a 20-foot piece, there will be a loss of 4 feet, the leftover amountProblem No. 8 - Stock cutting... Currently, the mill has 350 20-feet pieces of wood on hand and the following orders, which must be filled from stock on hand Size in feet Number ordered 8 276 10 100 12 250 Formulate an LP model that will enable the mill operator to satisfy the orders with minimum trim lossSolution - Problem No & Pattern No 1 2 3 4 Pattern 1 2 3 4 FOF ND Pattern 8+8 8 +12 10 + 10 8 +10 10 12 enone coro Waste 4 0 0 2Solution - Problem No 8 © x, — Number of 20-feet pieces of wood cut using pattern 1 © x,— Number of 20-feet pieces of wood cut using pattern 2 © x; — Number of 20-feet pieces of wood cut using pattern 3 © x,— Number of 20-feet pieces of wood cut using pattern 4Solution - Problem No 8 © Subject To: © 2x, +x, +x, 2276 © 2x, +x, 2100 © x, 2250 ex, tx, +x, +x, S350 © Objective: ¢ Minimize: +x, + Ox, + Ox, + 2x, Es ES Ea © X1, Xp, X3, x, 20 = Elo fe colo -lo 2 1 0 1 >a. 2 a 0 0 2Introduction to Operations Research (OR) and Linear Programming (LP) Session-3 By Prof. Prashant Premkumar[8, 6, 5] Find the minimum among the three u<8,us6,us5 Maximize uProblem No. 8 - Stock cutting © Amill cuts 20-feet pieces of wood into several different lengths: 8-feet, 10- feet and 12-feet. The mill has a certain amount of 20-feet stock on hand and orders for the various sizes. The objective is to fill the orders with as little waste as possible. © For example, if two 8-feet lengths are cut from a 20-feet piece, there will be a loss of 4 feet, the leftover amountProblem No. 8 - Stock cutting... Currently, the mill has 350 20-feet pieces of wood on hand and the following orders, which must be filled from stock on hand Size in feet Number ordered 8 276 10 100 12 250 Formulate an LP model that will enable the mill operator to satisfy the orders with minimum trim lossSolution - Problem No & Pattern No 1 2 3 4 Pattern 1 2 3 4 FOF ND Pattern 8+8 8 +12 10 + 10 8 +10 10 12 enone coro Waste 4 0 0 2Solution - Problem No 8 © x, — Number of 20-feet pieces of wood cut using pattern 1 © x,— Number of 20-feet pieces of wood cut using pattern 2 © x; — Number of 20-feet pieces of wood cut using pattern 3 © x,— Number of 20-feet pieces of wood cut using pattern 4Solution - Problem No 8 © Subject To: © 2x, +x, +x, 2276 © 2x, +x, 2100 © x, 2250 ex, tx, +x, +x, S350 © Objective: ¢ Minimize: +x, + Ox, + Ox, + 2x, Es ES Ea © X1, Xp, X3, x, 20 = Elo fe colo -lo 2 1 0 1 >a. 2 a 0 0 2Graphical Method Maximize Z = 40X, + 36X, Subject to 5X, + 3X, 245 X, <8 X, <= 10 X,,X, 20Simplex method AG, 10) BG, 10) *Feasible Region "Feasible Solution. *Infeasible solution "Optimal Solution C8, 5/3)40X,+36X,=720 40X,+36X,=540Simplex method AG, 10) B(8, 10) C8, 5/3)Infeasible and Unbounded and Problems ° An infeasible problem is a problem that has no solution while an unbounded problem is one where the constraints do not restrict the objective function and the optimal objective goes to infinityFrom General to Standard Form Slack variable: Added to a S constraint 2xi+ 3x2 S50 2x1+3x2+%3=50 Surplus variable: Added to a 2 constraint 5xit 7x2 2120 5xit+ 7x2 -x3=120 Dealing with Unrestricted in Sign variables x1—URS Let x2, x3 20; x1 = x2 —x3Introduction to Operations Research (OR) and Linear Programming (LP) Session-4 By Prof. Prashant PremkumarExample Susan Frank is the operations manager of Arc Manufacturing Inc. She has developed a linear programming model to help her determine the product mix on one of the three production lines for Arc Manufacturing Inc.: maximize = Z = 15x, + 20x, + 14x; subject to 5x, + 6X, + 4x3 < 210 pounds per day (Material A constraint) Ox, + 8x, + 5x3 < 200 pounds per day —_ (Material B constraint) 4x, + 2x + 5x3 <170 pounds per day (Material C constraint) XyXq,X320 — (nonnegativity constraint)Example - Answer Microsoft Excel 16.0 Answer Report Worksheet: [Solver Example.xisx]sheets Report Created: 17-11-2020 10:34:56 Objective Cell (Max) Cell_Name Original Value Final Value SD$6_Obj x2 S48. Variable Cells Cell_Name Original Value Final Value Integer $c$3_x1 o (0 Contin ‘SDS3_X2 5 5 Contin SES3_X3 32 32 Cor Constraints Cell_Name Cell Value Formula Status Slack $D$7 C1 x2 158 $D$7<=$F$7_Not Binding 52 ‘$DS8_C2x2 200 $0$8< ding ° $D$9_C3 x2 170 $D$9<=$F$9 Binding °Problem 1 © Marketing manager of Arc manufacturing disagrees with Susan to go for a single pricing policy © He believes differential pricing policy — different prices for different set of customers - would help reap higher profits © So, instead of using a single number, the manager wants Susan to use a price range for every product © What issues does Susan face and help her address themProblem 2 As per the optimal solution provided by Excel Solver, the optimal product mix consists of only Products 2 and 3. Product 1 does not form a part of the product mix © Susan deliberates on the following questions: 1. What should be the bare minimum profit coefficient of Product 1 for it to be a part of the optimal solution? >. How much would the company loose if Susan decides to manufacture Product 1?Problem 3 © Forecasting team tells Susan that they can expect a surge in the demand of Products 2 and 3 (approx 25% of current production) in the coming days © Susan decides to ramp up the production and would need extra units of raw materials. © Upon request by Susan, the supplier who supplies B & C agrees to supply the extra quantity at the following pricing schedule. Should Susan accept it or not? © A: $1.2 per pound B: $3 per pound and C: $0.25 per poundSensitivity Analysis Enables the decision maker to determine how a change in one of the values of a model will impact the optimal solution and the optimal value of the objective function while holding all other parameters constant. Provides the decision maker with greater insights about the sensitivity of the optimal solution to changes in various parameters of a problem. Change(s) in the value of objective function coefficient(s) Change(s) in the right-hand-side(RHS) value of constraint(s)Microsoft Excel 16.0 Sensitivity Report Worksheet: [Solver Example.xlsx]Sheet6 Report Created: 17-11-2020 10:34:57 Variable Cells Final Reduced Objective Allowable Allowable Cell Name Value Cost __Coeffi Increase Decrease $C$3_X1 0-106 is 10.6 1E+30 $D$3_X2 iS 0 20 24 10.6 SES3_X3 32 0 14 36 Ae ‘Constraints Final Shadow Constraint Allowable Allowable Cell Name Value Price _R.H. Side Increase _ Decrease $D$7 C1X2 158 0 210 1E+30 52 SD$8 C2 X2 200 24 200 70.90909091 30 $D$9 C3 X2 170 04 170 30 120Range of Optimality ° The range of objective function coefficient values for which the optimal values of the decision variables would not change A value of the objective function coefficient that falls within the range of optimality will not change the optimal mix of the variables, although the optimal value of the objective function will changeMicrosoft Excel 16.0 Sensitivity Report Worksheet: [Solver Example.xlsx]Sheet6 Report Created: 17-11-2020 10:34:57 Variable Cells Final Reduced Objective Allowable Allowable Cell Name Value Cost __Coeffi Increase Decrease $C$3_X1 0-106 is 10.6 1E+30 $D$3_X2 iS 0 20 24 10.6 SES3_X3 32 0 14 36 Ae ‘Constraints Final Shadow Constraint Allowable Allowable Cell Name Value Price _R.H. Side Increase _ Decrease $D$7 C1X2 158 0 210 1E+30 52 SD$8 C2 X2 200 24 200 70.90909091 30 $D$9 C3 X2 170 04 170 30 120Range of Feasibility © The range of values over which the right-hand-side (RHS) value can change without causing the shadow price to change © Within the range of feasibility, the same decision variables will remain optimal, although their values and the optimal value of the objective function will change © Analysis of RHS changes begins with determination of a constraint’s shadow price in the optimal solutionShadow Price © Within the range of feasibility, the amount of change in the optimal value of the objective function per unit change of the RHS value of a constraintSensitivity Analysis..... © Maximization Problems © Minimization Problems © 100% rule © The 100 Percent Rule for Simultaneous Changes in Objective Function Coefficients: If simultaneous changes are made in the coefficients of the objective function, calculate for each change the percentage of the allowable change (increase or decrease) for that coefficient to remain within its allowable range. If the sum of the percentage changes does not exceed 100 percent, the original optimal solution definitely will still be optimal. (If the sum does exceed 100 percent, then we cannot be sure.) © DualityMicrosoft Excel 16.0 Sensitivity Report Worksheet: [Solver Example.xlsx]Sheet6 Report Created: 17-11-2020 10:34:57 Variable Cells Final Reduced Objective Allowable Allowable Cell Name Value Cost __Coeffi Increase Decrease $C$3_X1 0-106 is 10.6 1E+30 $D$3_X2 iS 0 20 24 10.6 SES3_X3 32 0 14 36 Ae ‘Constraints Final Shadow Constraint Allowable Allowable Cell Name Value Price _R.H. Side Increase _ Decrease $D$7 C1X2 158 0 210 1E+30 52 SD$8 C2 X2 200 24 200 70.90909091 30 $D$9 C3 X2 170 04 170 30 120Example for demonstration Minimize Z = 40x, + 36x, Subject to 5x, + 3x, 245 = Ss x, <10 Mig Mi, Be TDChange in S constraint Optimal solution: x1 = 8, x2 =5/3 Z = 380Optimal solution: x1 =9, x2 =0,Z' = 360 Change = 360 — 380 = -20e While solving the problems... Step 1: Ifitis a S constraint: - Increasing the RHS will relax the constraint and hence it may improve the objective function value - Similarly, decreasing the RHS will tighten the constraint and hence may worsen the objective function value Step 2(a): If it is a maximization problem: - Improvement (Z')=Z+Ab x Shadow price of the constraint - Worsening (Z’)=Z-Ab x Shadow price of the constraint Step 2(b); If it is a minimization problem: - Improvement (Z')=Z-Ab x Shadow price of the constraint - Worsening (Z')=Z+Ab x Shadow price of the constraintChange in 2constraint Optimal solution: x1 = 8, x2 =5/3 Z = 380B(8, 10) XS 10 Optimal solution: (8, 20/3) ¥1=8, x2 = 20/3, * Z = 560 Change = 560 — 380 = +180While solving the problems... Step 1: Ifitis a 2 constraint: - Increasing the RHS will tighten the constraint and hence it may worsen the objective function value - Similarly, decreasing the RHS will relax the constraint and hence it may improve the objective function value Step 2(a): If it is a maximization problem: - Improvement (Z’)=Z+Ab x Shadow price of the constraint - Worsening (Z’)=Z-Ab x Shadow price of the constraint Step 2(b); If it is a minimization problem: - Improvement (Z')=Z-Ab x Shadow price of the constraint - Worsening (Z’)=Z+Ab x Shadow price of the constraintWhile solving the problems... Step 1: Check ifiit isa $ constraint or a > constraint Step 2(a): If it is a S constraint: - Increasing the RHS may improve the objective function ~ Decreasing the RHS may worsen the objective function Step 2(b): Ifit is a > constraint: - Increasing the RHS may worsen the objective function - Decreasing the RHS may improve the objective function Step 3: Check if the problem is a max/min problem Step 3(a) If it is a maximization problem: - Improvement (Z’)=Z+Ab x Shadow price of the constraint - Worsening (Z’)=Z-Ab x Shadow price of the constraint Step 3(b) If it is a minimization problem: - Improvement (Z’)=Z-Ab x Shadow price of the constraint - Worsening (Z’)=Z+Ab x Shadow price of the constraintSensitivity Analysis..... Maximize Z = 4x, +3x, +6x, subject to Oranges 3x, + 2x, + x, $920 pounds Grapes 2x, + 2x, +2x, $900 pounds Pineapple xX, +2x, +3x, $930 pounds Peeling / Cutting 1.2x, +1.4x, +1.5x, <1260 minutes Mixing / Packaging x, + 2x, + x, $600 minutes X,.X,,x, 20 12a Xi- California mix Xo- Florida mix X3— Hawaiian mixSensitivity Analysis..... Allowable Reduced Objective Allowable cell Name Coeffic Increase Decrease $884 Quantities California mix 2 ~ SCS4 Quantities Foridamx SSS $054 Quantities Hawaiian mix 240 . Final Shadow Constraint — Allowable Allowable cell Name Value Price RHLSide_Inerease Decrease ‘SES Oranges Usage TO DSS ERO 50 S83 Grapefruit Usage 300 8 900 5 260 SES9 Pineapple Usage 930 7 30 420 50 SESIO _Peeling/cutting Usage 620 260 «+30 648 SES] Mixing/packaging Usage 450 © 600 1E+30 150Sensitivity Analysis... The equipment used for peeling and cutting must be replaced. The new equipment will have a capacity of only 1200 minutes. What impact will this change have on the optimal values of the decision variables and on profit? What would the unit profit on the Florida mix have to be before it would become profitable to produce? Ifmanagement had a choice of obtaining more oranges or more pineapples, which one should be chosen? Why?6 Sensitivity Analysis... Management has just learned that an additional 50 pounds of pineapples are on. hand. What will be the change in the objective function? Management is considering making changes that will cause the profit on the Hawaiian mix to be $8 per unit. Would this affect the solution? Will it affect the optimal value of the objective function? Management is considering a change in equipment that would result in increasing the profit on the Hawaiian mix to $8 per unit but result in decreasing the profit on the California mix by $1. Would these changes be within the range of optimality? If so, how much would the optimal profit change?Sensitivity Analysis... Minimize Z =38x, +19x, + 60x, subject to Protein 2.5x, + 4x, +3x, 2794 pounds Fibe 3x, +2x, +4x, = 300 pounds Fat 2x, +x, + 2x, 2600 pounds X,.X,,X, 20 Xi- Bags of raw material 1 Xo- Bags of raw material 2 Xs— Bags of raw material 3Sensitivity Analysis... B. Sensitivity Report Adjustable Cells Final Reduced Objective Allowable Allowable cell Name Value Cost. «Coefficient Increase Decrease $8$4 Quantities Raw Material) 292 ° 38 0 26125 $C$4 Quantities Raw Material 2 6 0 9 418 0 $054 Quantities Raw Material 3 0 2 6 TE#0 2 Constraints — "Final Shadow Constraint Allowable Allowable cell Name Value Price «= sRLH,Side Increase Decrease sts7"" Protein constraint Usage | 794 Oo. “4 SES8__ Fiber constraint Usage 908, ° 300 608 1E+30 re SES9. Fat constraint Usage: 600 29, 600 352 4015Sensitivity Analysis... Which constraints are binding on the solution? How do you know? What does the reduced cost of 22 indicate? How do you interpret the 608 in the allowable increase section of the fiber constraint? Determine the range of optimality for the objective function coefficients of x1 and x2 What does the shadow price of 19 reveal? What is the range of feasibility for the fat constraint’s RHS?4 Sensitivity Analysis... Would a decrease to 575 for the RHS of the fat constraint affect the optimal value of the objective function? If so, by how much? ‘The manager is considering reducing each RHS by 9 percent and may ask you to provide information on how that would impact the total cost. What would you need to do? Why?Sensitivity Analysis... Maximize Z =12x, + 10x, +15x, + 11x, subject to Material 5x, +3x, + 4x, + 2x, < 240 pounds Machine 6x, +8x, + 2x, +3x, < 240 hours Labor 2x, + 3x, + 3x, + 2x, $180 hours X,,X5,X, 20Sensitivity Analysis... B. Sensitivity Report ‘Adjustable Cells Final Reduced Objective Allowable Allowable Cell, Name Value Cost Coefficient Increase Decrease $854 Quantities Product | 0 +08 2 08 1E+30 $CS$4 Quantities Product I! 0 -86 10 86 1+30 $D$4 Quantities Product Ill 2 0 5 0.666667 7.666666667 SES4 Quantities Product IV n 0 1 nS 0.285714286 Constraints Final Shadow Constraint Allowable Allowable cell Name Value Price RH. Side Increase Decrease ‘SFST Material Usage wm. ° 240 1E+30 48 SFS8 Machine Usage 240 06 240 30 720 SFS9 Labor Usage 180 46 180 30 20Sensitivity Analysis... What is the optimal solution and its objective function value? The manager is concerned because none of Product 1 is called for in the optimal solution. At what profit per unit would Product 1 come into solution? Determine the range of optimality for Products 1 and 2 What is the marginal value of an hour of machine time? Over what range of machine time is this amount valid? Why the shadow price of material constraint is 0?6. Sensitivity Analysis... Manager can secure additional labor hours by the use of overtime. This involves paying a premium of $2 per hour. How much overtime can be effectively used, and what will the net total profit be if that amount of overtime is scheduled? If the manager can obtain extra machine hours and labor hours, which one should be chosen and how much should be obtained?
You might also like
Balance Sheet of AMUL
PDF
57% (72)
Balance Sheet of AMUL
7 pages
PM Case Study - Autodesk, Inc.
PDF
No ratings yet
PM Case Study - Autodesk, Inc.
8 pages
Quantitative Methods MM ZG515 / QM ZG515: L11.1: Transportation Problem L11.2: Assignment Problem
PDF
No ratings yet
Quantitative Methods MM ZG515 / QM ZG515: L11.1: Transportation Problem L11.2: Assignment Problem
32 pages
Applied Operation Research
PDF
No ratings yet
Applied Operation Research
340 pages
Ms6... LP Graphical Solution - Part 1
PDF
No ratings yet
Ms6... LP Graphical Solution - Part 1
17 pages
Krajewski OM13 PPT 03
PDF
No ratings yet
Krajewski OM13 PPT 03
84 pages
Functional Management - BBA III Year - Dr. ShikhaAgrawal - Unit 3 &4
PDF
No ratings yet
Functional Management - BBA III Year - Dr. ShikhaAgrawal - Unit 3 &4
54 pages
NYHC Case Analysis
PDF
No ratings yet
NYHC Case Analysis
30 pages
Book SLides - Chapter 13 - Power Politics
PDF
No ratings yet
Book SLides - Chapter 13 - Power Politics
19 pages
Stevenson - Strategy Competitiveness Productivity
PDF
No ratings yet
Stevenson - Strategy Competitiveness Productivity
42 pages
Capacity Planning and Scheduling
PDF
No ratings yet
Capacity Planning and Scheduling
35 pages
Appex Corp. Case Solution and Analysis, HBR Case Study Solution & Analysis of Harvard Case Studies
PDF
No ratings yet
Appex Corp. Case Solution and Analysis, HBR Case Study Solution & Analysis of Harvard Case Studies
1 page
Ch-8 Supply Chain MGT 5e Chopra
PDF
No ratings yet
Ch-8 Supply Chain MGT 5e Chopra
37 pages
Krajewski Chapter 01
PDF
No ratings yet
Krajewski Chapter 01
28 pages
Indian Institute of Management Kozhikode: Financial Management 1 EPGP Kochi Campus Batch 09
PDF
No ratings yet
Indian Institute of Management Kozhikode: Financial Management 1 EPGP Kochi Campus Batch 09
35 pages
Krajewski Solutions Supplement C
PDF
100% (1)
Krajewski Solutions Supplement C
12 pages
Decision Making
PDF
No ratings yet
Decision Making
68 pages
David Sm15ge PPT CH06
PDF
No ratings yet
David Sm15ge PPT CH06
50 pages
2018-03-31 00 - 00 - 00 - AA1 - Auditors - Report
PDF
No ratings yet
2018-03-31 00 - 00 - 00 - AA1 - Auditors - Report
1 page
Mba ZG523 Course Handout - PM
PDF
No ratings yet
Mba ZG523 Course Handout - PM
8 pages
Operations and Supply Chain Management - Assessment 2
PDF
No ratings yet
Operations and Supply Chain Management - Assessment 2
5 pages
Answer Sheet BC
PDF
No ratings yet
Answer Sheet BC
15 pages
Aggregate Planning in A Supply Chain: Powerpoint Presentation To Accompany Powerpoint Presentation To Accompany
PDF
100% (1)
Aggregate Planning in A Supply Chain: Powerpoint Presentation To Accompany Powerpoint Presentation To Accompany
12 pages
Chase - Shankar - Jacobs
PDF
No ratings yet
Chase - Shankar - Jacobs
25 pages
Operations Management: Sales and Aggregate Planning
PDF
No ratings yet
Operations Management: Sales and Aggregate Planning
46 pages
Managerial Economics
PDF
100% (1)
Managerial Economics
33 pages
IEE880 Corporate Entrepreneurship: Examination Assignment
PDF
No ratings yet
IEE880 Corporate Entrepreneurship: Examination Assignment
17 pages
Heizer Om10 ch11
PDF
No ratings yet
Heizer Om10 ch11
71 pages
Chapter 9: Organization Size, Life Cycle, and Decline: By: Jessie Karn, Andrew Digby
PDF
No ratings yet
Chapter 9: Organization Size, Life Cycle, and Decline: By: Jessie Karn, Andrew Digby
42 pages
Lecture 7 Capacity Management
PDF
No ratings yet
Lecture 7 Capacity Management
36 pages
Small Is Beautiful - OM Casestudy Group 07
PDF
No ratings yet
Small Is Beautiful - OM Casestudy Group 07
18 pages
Marketing: Developing Relationships
PDF
No ratings yet
Marketing: Developing Relationships
36 pages
Learning Org
PDF
100% (1)
Learning Org
10 pages
Strategic Capacity Planning For Products and Services: Mcgraw-Hill/Irwin
PDF
No ratings yet
Strategic Capacity Planning For Products and Services: Mcgraw-Hill/Irwin
38 pages
Chapter 8: Tapping Into Global Markets: Deciding Which Markets To Enter
PDF
100% (1)
Chapter 8: Tapping Into Global Markets: Deciding Which Markets To Enter
29 pages
Daft 11 Ot
PDF
No ratings yet
Daft 11 Ot
23 pages
POM-3.3-Operations Management and Strategy
PDF
No ratings yet
POM-3.3-Operations Management and Strategy
16 pages
Manac Exam
PDF
No ratings yet
Manac Exam
6 pages
Alex.D.E.midterm Exam
PDF
No ratings yet
Alex.D.E.midterm Exam
3 pages
Reinventing Performance Management - Syndicate1
PDF
No ratings yet
Reinventing Performance Management - Syndicate1
12 pages
Managing Bull Whip - SCM Case Study
PDF
100% (1)
Managing Bull Whip - SCM Case Study
11 pages
Commerce Bank SectionC Group5
PDF
100% (2)
Commerce Bank SectionC Group5
11 pages
Case: Anderson Electronics: Questions
PDF
No ratings yet
Case: Anderson Electronics: Questions
1 page
Chapter 4 Making Decisions-1-1
PDF
No ratings yet
Chapter 4 Making Decisions-1-1
26 pages
Mb0044 Unit 13 SLM
PDF
100% (2)
Mb0044 Unit 13 SLM
22 pages
Problems: Linear Programming Modeling Applications: With Computer Analyses in Excel
PDF
No ratings yet
Problems: Linear Programming Modeling Applications: With Computer Analyses in Excel
3 pages
Ch4 of Org Behavior by Jones
PDF
No ratings yet
Ch4 of Org Behavior by Jones
47 pages
Sample Exam Questions
PDF
No ratings yet
Sample Exam Questions
4 pages
Decision Making Using The Analytic Hierarchy Process (AHP) A Step by Step Approach
PDF
No ratings yet
Decision Making Using The Analytic Hierarchy Process (AHP) A Step by Step Approach
4 pages
Krajewski Chapter 14
PDF
No ratings yet
Krajewski Chapter 14
42 pages
Course Instructor - DR Vishwa Ballabh and DR P.C. Padhan
PDF
No ratings yet
Course Instructor - DR Vishwa Ballabh and DR P.C. Padhan
4 pages
Supplement 7: Capacity and Constraint Management
PDF
No ratings yet
Supplement 7: Capacity and Constraint Management
8 pages
Introduction To Operations Research (OR) and Linear Programming (LP)
PDF
No ratings yet
Introduction To Operations Research (OR) and Linear Programming (LP)
18 pages
IEOR 162 Group Project (Fall 2013)
PDF
0% (2)
IEOR 162 Group Project (Fall 2013)
4 pages
Chapter 03
PDF
No ratings yet
Chapter 03
78 pages
Krajewski TIF Chapter 13
PDF
No ratings yet
Krajewski TIF Chapter 13
43 pages
Operations Research Lecture 1: Introduction To OR Models: Kusum Deep Mathematics Department
PDF
No ratings yet
Operations Research Lecture 1: Introduction To OR Models: Kusum Deep Mathematics Department
44 pages
Team Dynamics
PDF
No ratings yet
Team Dynamics
2 pages
SCM + Case Study #1 A Pain in The Supply Chain
PDF
No ratings yet
SCM + Case Study #1 A Pain in The Supply Chain
5 pages
EndSemester Exam PDF
PDF
No ratings yet
EndSemester Exam PDF
4 pages
AMUL
PDF
No ratings yet
AMUL
22 pages
Flextronics Case
PDF
No ratings yet
Flextronics Case
3 pages
Ar 20200331
PDF
No ratings yet
Ar 20200331
368 pages
2820002 (4)
PDF
No ratings yet
2820002 (4)
2 pages
Pillsbury
PDF
No ratings yet
Pillsbury
13 pages
Climate Change and Indian Agriculture:: Impacts, Coping Strategies, Programmes and Policy
PDF
No ratings yet
Climate Change and Indian Agriculture:: Impacts, Coping Strategies, Programmes and Policy
40 pages
Akanksha Rohilla - Mondelez International - Live Project
PDF
No ratings yet
Akanksha Rohilla - Mondelez International - Live Project
4 pages
List of Elective Courses Term III Sr. No. Course
PDF
No ratings yet
List of Elective Courses Term III Sr. No. Course
5 pages
5.Chapter-4-Systems Approach To Organizations
PDF
No ratings yet
5.Chapter-4-Systems Approach To Organizations
39 pages
Kay Sunderland Case Solution
PDF
No ratings yet
Kay Sunderland Case Solution
3 pages
Section C - Group 6 - WonderChicken
PDF
No ratings yet
Section C - Group 6 - WonderChicken
18 pages
Itr-1 Sahaj Indian Income Tax Return: Acknowledgement Number: 361708380210620 Assessment Year: 2020-21
PDF
No ratings yet
Itr-1 Sahaj Indian Income Tax Return: Acknowledgement Number: 361708380210620 Assessment Year: 2020-21
7 pages
Osd Quiz
PDF
No ratings yet
Osd Quiz
7 pages
Ashirvad Pipes Private Limited: (ICRA) AA (Stable) / (ICRA) A1+ Assigned
PDF
No ratings yet
Ashirvad Pipes Private Limited: (ICRA) AA (Stable) / (ICRA) A1+ Assigned
7 pages
Brand Management
PDF
No ratings yet
Brand Management
5 pages
Social Media Strategy Infographic Instagram Post
PDF
No ratings yet
Social Media Strategy Infographic Instagram Post
1 page