Module B: Linear Programming

Slides:



Advertisements
Similar presentations
30S Applied Math Mr. Knight – Killarney School Slide 1 Unit: Linear Programming Lesson 5: Problem Solving Problem Solving with Linear Programming Learning.
Advertisements

Optimization problems using excel solver
Linear Programming Problem
Chapter 19 – Linear Programming
Introduction to Mathematical Programming Matthew J. Liberatore John F. Connelly Chair in Management Professor, Decision and Information Technologies.
Linear Programming. Introduction: Linear Programming deals with the optimization (max. or min.) of a function of variables, known as ‘objective function’,
Linear Programming Problem
BA 452 Lesson A.2 Solving Linear Programs 1 1ReadingsReadings Chapter 2 An Introduction to Linear Programming.
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.
© 2008 Prentice-Hall, Inc. Chapter 7 To accompany Quantitative Analysis for Management, Tenth Edition, by Render, Stair, and Hanna Power Point slides created.
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.
B Linear Programming PowerPoint presentation to accompany
Operations Management
Operations Management
B-1 Operations Management Linear Programming Module B.
1 2TN – Linear Programming  Linear Programming. 2 Linear Programming Discussion  Requirements of a Linear Programming Problem  Formulate:  Determine:Graphical.
6s-1Linear Programming CHAPTER 6s Linear Programming.
B-1 Operations Management Linear Programming Module B.
Objectives: Set up a Linear Programming Problem Solve a Linear Programming Problem.
Linear Programming Example 2 Alternate Optimal Solutions.
Linear Programming Models: Graphical Methods 5/4/1435 (1-3 pm)noha hussein elkhidir.
Linear Programming Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Linear programming is a strategy for finding the.
Linear programming. Linear programming… …is a quantitative management tool to obtain optimal solutions to problems that involve restrictions and limitations.
Linear Programming Models: Graphical and Computer Methods
3.4 Linear Programming.
Linear Programming Chapter 13 Supplement.
PowerPoint presentation to accompany Operations Management, 6E (Heizer & Render) © 2001 by Prentice Hall, Inc., Upper Saddle River, N.J B-1 Operations.
Optimization Models Mathematical optimization models usually contain an objective (what to do) constraints (the rules that must be followed). Also referred.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. 6S Linear Programming.
Operations Management
1 DSCI 3023 Linear Programming Developed by Dantzig in the late 1940’s A mathematical method of allocating scarce resources to achieve a single objective.
Linear Programming An Example. Problem The dairy "Fior di Latte" produces two types of cheese: cheese A and B. The dairy company must decide how many.
B Linear Programming PowerPoint presentation to accompany
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.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.6 Linear Programming.
Transparency Masters to accompany Heizer/Render – Principles of Operations Management, 5e, and Operations Management, 7e © 2004 by Prentice Hall, Inc.,
Graphing Linear Inequalities in Two Variables Chapter 4 – Section 1.
 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.
Linear Programming Introduction: Linear programming(LP) is a mathematical optimization technique. By “Optimization” technique we mean a method which attempts.
LINEAR PROGRAMMING.
© 2008 Prentice Hall, Inc.B – 1 Operations Management Module B – Linear Programming PowerPoint presentation to accompany Heizer/Render Principles of Operations.
Linear Programming Short-run decision making model –Optimizing technique –Purely mathematical Product prices and input prices fixed Multi-product production.
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.
Introduction to Linear Programming and Formulation Meeting 2 Course: D Deterministic Optimization Year: 2009.
Sullivan Algebra and Trigonometry: Section 12.9 Objectives of this Section Set Up a Linear Programming Problem Solve a Linear Programming Problem.
Linear Programming Wyndor Glass Co. 3 plants 2 new products –Product 1: glass door with aluminum framing –Product 2: 4x6 foot wood frame window.
Don Sutton Spring LP Basic Properties Objective Function – maximize/minimize profit/cost Resource Constraints – labor, money Decision.
6s-1Linear Programming William J. Stevenson Operations Management 8 th edition.
Linear Programming Models: Graphical and Computer Methods 7 To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna.
Chapter 2 Linear Programming Models: Graphical and Computer Methods
An Introduction to Linear Programming
3.3 Linear Programming.
Introduction to Linear Programs
A seminar talk on “SOLVING LINEAR PROGRAMMING PROBLEM BY GRAPHICAL METHOD” By S K Indrajitsingha M.Sc.
Linear Programming Dr. T. T. Kachwala.
Operations Management Linear Programming Module B
Linear Programming Wyndor Glass Co. 3 plants 2 new products
Linear Programming Objectives: Set up a Linear Programming Problem
INFM 718A / LBSC 705 Information For Decision Making
Linear Programming Example: Maximize x + y x and y are called
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Linear Programming Problem
Nature does nothing uselessly.
Linear Programming Mr. Carpenter Alg. 2.
BUS-221 Quantitative Methods
Presentation transcript:

Module B: Linear Programming

Linear Programming (LP) A mathematical technique designed to help operations managers plan and make decisions necessary to allocate resources Minimizing (cost) or maximizing (profit)

Elements of LP Problems Objective Function – what you want to maximize or minimize Profit or cost Constraints – things that restrict your ability to meet your objective Production capacity, labour time, amount of materials, money Alternative course of action Must be several ways to allocate resources, etc Can be expressed as a mathematical problem

Example LP Problem - Glickman Glickman Electronics Two products to manufacture: x-pod and BlueBerry How many units of each should be produced for the highest profit? X-pod BlueBerry Available Electronics 4 hours 3 hours 240 hours Assembly 2 hours 1 hour 100 hours Profit/unit $7 $5

Example LP model - Glickman First, declare variables Let x1 = Number of x-pods to be produced Let x2 = Number of BlueBerrys to be produced Second, present objective function Maximize Profit = $7x1 + $5x2 Third, model the constraints 4x1 + 3x2 <= 240 2x1 + 1x2 <= 100 x1, x2 >= 0 I personally would use “x” and “y” instead… Cost per unit * number of units Time to produce one unit * number of units cant be greater than time available Cant produce a negative number of units

LP Issues Graphing LP Problems with more than two/three variables Nope Just use excel to solve Do all problems have solutions? (ie no feasible region?) No May have to revisit constraints (ie add more resources, capacity, etc)