Linear Programming Example 2 Alternate Optimal Solutions.

Slides:



Advertisements
Similar presentations
Optimization problems using excel solver
Advertisements

1Introduction to Linear ProgrammingLesson 2 Introduction to Linear Programming.
Introduction to Mathematical Programming Matthew J. Liberatore John F. Connelly Chair in Management Professor, Decision and Information Technologies.
Question:- A company assembles four products (1, 2, 3, 4) from delivered components. The profit per unit for each product (1, 2, 3, 4) is £10, £15, £22.
Solving Linear Programming Models. Topics Computer Solution Sensitivity Analysis.
Linear Programming Problem
Introduction to Management Science
Sherwood Furniture Company
Learning Objectives for Section 5.3
8/27: Linear Programming Lecture: LP Small Groups Homework.
Linear Programming Using the Excel Solver
Chapter 2 Linear Programming Models: Graphical and Computer Methods © 2007 Pearson Education.
19 Linear Programming CHAPTER
Linear Programming Introduction George B Dantzig developed LP in It is a problem solving approach designed to help managers/decision makers in planning.
McGraw-Hill/Irwin © The McGraw-Hill Companies, Inc., Three Classic Applications of LP Product Mix at Ponderosa Industrial –Considered limited.
Linear Programming Building Good Linear Models And Example 1 Sensitivity Analyses, Unit Conversion, Summation Variables.
Linear Programming Introduction. linear function linear constraintsA Linear Programming model seeks to maximize or minimize a linear function, subject.
B-1 Operations Management Linear Programming Module B.
Linear Programming Example 4 Determining Objective Function Coefficients Interpretation of Shadow Prices Interpretation of Reduced Costs Ranges of Optimality/Feasibility.
1 2TN – Linear Programming  Linear Programming. 2 Linear Programming Discussion  Requirements of a Linear Programming Problem  Formulate:  Determine:Graphical.
1 1 Slide Chapter 14: Goal Programming Goal programming is used to solve linear programs with multiple objectives, with each objective viewed as a "goal".
B-1 Operations Management Linear Programming Module B.
Linear Programming Models: Graphical Methods 5/4/1435 (1-3 pm)noha hussein elkhidir.
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc., All Rights Reserved. 1.
Linear programming. Linear programming… …is a quantitative management tool to obtain optimal solutions to problems that involve restrictions and limitations.
Linear Programming Operations Research – Engineering and Math Management Sciences – Business Goals for this section  Modeling situations in a linear environment.
3.4 Linear Programming.
Chapter 19 Linear Programming McGraw-Hill/Irwin
Linear Programming Chapter 13 Supplement.
Module B: Linear Programming
1 1 Slide Integer Linear Programming Professor Ahmadi.
Optimization Models Mathematical optimization models usually contain an objective (what to do) constraints (the rules that must be followed). Also referred.
Operations Management
Types of IP Models All-integer linear programs Mixed integer linear programs (MILP) Binary integer linear programs, mixed or all integer: some or all of.
1 Additional examples LP Let : X 1, X 2, X 3, ………, X n = decision variables Z = Objective function or linear function Requirement: Maximization of the.
BUSINESS MATHEMATICS & STATISTICS. LECTURE 45 Planning Production Levels: Linear Programming.
To accompany Krajewski & Ritzman Operations Management: Strategy and Analysis, Fourth Edition  1996 Addison-Wesley Publishing Company, Inc. All rights.
 A concert promoter wants to book a rock group for a stadium concert. A ticket for admission to the stadium playing field will cost $125, and a ticket.
Introduction to Linear Programming BSAD 141 Dave Novak.
Opener. Notes: 3.4 Linear Programming Optimization  Many real-life problems involve a process called optimization.  This means finding a maximum or.
Linear Programming with Excel Solver.  Use Excel’s Solver as a tool to assist the decision maker in identifying the optimal solution for a business decision.
A LINEAR PROGRAMMING PROBLEM HAS LINEAR OBJECTIVE FUNCTION AND LINEAR CONSTRAINT AND VARIABLES THAT ARE RESTRICTED TO NON-NEGATIVE VALUES. 1. -X 1 +2X.
Chapter 1 Introduction n Introduction: Problem Solving and Decision Making n Quantitative Analysis and Decision Making n Quantitative Analysis n Model.
1 A Linear Programming model seeks to maximize or minimize a linear function, subject to a set of linear constraints. The linear model consists of the.
Monday WARM-UP: TrueFalseStatementCorrected Statement F 1. Constraints are conditions written as a system of equations Constraints are conditions written.
LINEAR PROGRAMMING.
OPSM 301 Operations Management Class 11: Linear Programming using Excel Koç University Zeynep Aksin
Warm-upWarm-up Sketch the region bounded by the system of inequalities: 1) 2) Sketch the region bounded by the system of inequalities: 1) 2)
LINEAR PROGRAMMING 3.4 Learning goals represent constraints by equations or inequalities, and by systems of equations and/or inequalities, and interpret.
Section 3-4 Objective: To solve certain applied problems using linear programming. Linear Programming.
Linear Programming. George Dantzig 1947 NarendraKarmarkar Pioneers of LP.
Linear Programming McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
Appendix A with Woodruff Edits Linear Programming Using the Excel Solver Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
MATH143 Lec 7 Quantitative Methods
Chapter 2 Linear Programming Models: Graphical and Computer Methods
Linear Programming.
2.7 Linear Programming Objectives: Use linear programming procedures to solve applications. Recognize situations where exactly one solution to a linear.
3.3 and 3.4 Applications of Linear Models
Introduction to Linear Programs
Operations Management Linear Programming Module B
Linear Programming Objectives: Set up a Linear Programming Problem
Linear Programming Building Good Linear Models And Example 1
Linear Programming Introduction.
Linear Programming Integer Linear Models.
Linear Programming Example 4
Linear Programming Introduction.
1.6 Linear Programming Pg. 30.
Linear Programming Mr. Carpenter Alg. 2.
Case 2:( Model Construction):
Linear Programming.
Presentation transcript:

Linear Programming Example 2 Alternate Optimal Solutions

The Problem An electronics company can manufacture three styles of 30-inch televisions: –Standard (.2 hrs in production,.1 hr assembly,.05 hours inspection – profit $60) –Flat Screen (.2 hrs in production,.3 hr assembly,.075 hours insepction – profit $90) –Plasma (.4 hrs in production,.4 hr assembly,.15 hours inspection – profit $100) Weekly Time Allocation Production 600 man-hours Assembly 480 man-hours Inspection 160 man-hours

Mathematical Model Decision Variables: X 1 = # Standard TV’s produced weekly X 2 = # Flat Screen TV’s produced weekly X 3 = # Plasma TV’s produced weekly Objective Max Total Weekly Profit MAX 60X X X 3 S.t. constraints Production:.2 X X X 3 ≤ 600 Assembly:.1 X X X 3 ≤ 480 Inspection:.05X X X 3 ≤ 160 Non-negativity: All X’s ≥ 0 Amount Used Amount available

=SUMPRODUCT($C$4:$E$4,C6:E6) Drag down

Optimal Weekly Production Schedule 1600 Standard /3 Flat 0 Plasma Work in Progress Profit =

Indicates alternate optimal solutions

Alternate Optimal Solutions An optimal solution that produces as many standard TV’s as possible. –Add a constraint that cell F6 must = –Then set objective function to MAX X 1 (cell C4) An optimal solution that produces as few standard TV’s as possible. –Add a constraint that cell F6 must = –Then set objective function to MIN X 1 (cell C4) An optimal solution that produces exactly twice the number of standard TV’s as flat screen TV’s. –Add a constraint X 1 = 2X 2.

Maximum Standard TV’s MAX C4 Objective Function = Optimal Weekly Production Schedule 2600 Standard 400 Flat 0 Plasma

Minimum Standard TV’s Objective Function = MIN C4 Optimal Weekly Production Schedule 1600 Standard /3 Flat 0 Plasma

Standard TV’s = 2* Flat Screen TV’s Optimal Weekly Production Schedule Standard Flat 0 Plasma Max Profit Standard = 2*(Flat Screen)

Review Recognizing Alternate Optimal Solutions How to Generate Alternate Optimal Solutions that: –Maximizes a decision variable –Minimizes a decision variable –Establishes so relationship between the variables