0 A Toy Production Problem  How many units to produce from each product type in order to maximize the profit? ProductMan-PowerMachineProfit Type A3 h1.

Slides:



Advertisements
Similar presentations
2.7 Linear Programming.
Advertisements

Algorithm Design Methods (I) Fall 2003 CSE, POSTECH.
1 Material to Cover  relationship between different types of models  incorrect to round real to integer variables  logical relationship: site selection.
1Introduction to Linear ProgrammingLesson 2 Introduction to Linear Programming.
LINEAR PROGRAMMING (LP)
Introduction to Mathematical Programming
Linear Programming We are to learn two topics today: LP formulation
1 Chapter 11 Here we see cases where the basic LP model can not be used.
Planning with Linear Programming
Transportation Problem (TP) and Assignment Problem (AP)
Solusi Model Transportasi dengan Program Komputer Pertemuan 13 : Mata kuliah : K0164/ Pemrograman Matematika Tahun: 2008.
Chapter 4: Linear Programming Presented by Paul Moore.
8/27: Linear Programming Lecture: LP Small Groups Homework.
Linear Programming Example 5 Transportation Problem.
1 1 Slide © 2006 Thomson South-Western. All Rights Reserved. Slides prepared by JOHN LOUCKS St. Edward’s University.
PROFESSOR GOODCHILD CEE 587 APRIL 15, 2009 Basic Optimization.
Linear Programming (6S) and Transportation Problem (8S)
Pet Food Company A pet food company wants to find the optimal mix of ingredients, which will minimize the cost of a batch of food, subject to constraints.
1 2TN – Linear Programming  Linear Programming. 2 Linear Programming Discussion  Requirements of a Linear Programming Problem  Formulate:  Determine:Graphical.
Lecture outline Support vector machines. Support Vector Machines Find a linear hyperplane (decision boundary) that will separate the data.
1 Lecture 2 & 3 Linear Programming and Transportation Problem.
1 Lecture 2 MGMT 650 Linear Programming Applications Chapter 4.
Environmentally Conscious Design & Manufacturing (ME592) Date: May 3, 2000 Slide:1 Environmentally Conscious Design & Manufacturing Class 24: Optimization.
INTRODUCTION TO LINEAR PROGRAMMING
Linear Programming Applications
Linear Programming Example 2 Alternate Optimal Solutions.
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc., All Rights Reserved. 1.
Linear Programming Operations Research – Engineering and Math Management Sciences – Business Goals for this section  Modeling situations in a linear environment.
Transportation Model Lecture 16 Dr. Arshad Zaheer
On LT simulation Game ends at 8:45 p.m.
1 1 Slide © 2011 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole.
The Supply Chain Customer Supplier Manufacturer Distributor
Optimization Models Mathematical optimization models usually contain an objective (what to do) constraints (the rules that must be followed). Also referred.
Lecture 2 Chapter 10 continued…. Last Lecture Summary: Covered Sec and most part of Sec Basic concepts of Linear Programming Problem and.
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.
CDAE Class 11 Oct. 3 Last class: Result of Quiz 2 2. Review of economic and business concepts Today: Result of Quiz 2 3. Linear programming and applications.
Chapter 7 Transportation, Assignment, and Transshipment Problems
Linear Programming. What is Linear Programming? Say you own a 500 square acre farm. On this farm you can grow wheat, barley, corn or some combination.
Introduction to Linear Programming BSAD 141 Dave Novak.
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.
Route Planning Texas Transfer Corp (TTC) Case 1. Linear programming Example: Woodcarving, Inc. Manufactures two types of wooden toys  Soldiers sell for.
Model 2: Transportation Problem Roshnika Fernando.
Linear Programming last topic of the semester What is linear programming (LP)? Not about computer programming “Programming” means “planning” “Linear” refers.
LINEAR PROGRAMMING APPLICATIONS IN MARKETING, FINANCE, AND OPERATIONS MANAGEMENT (2/3) Chapter 4 MANGT 521 (B): Quantitative Management.
DISTRIBUTION AND NETWORK MODELS (1/2)
1 Linear Programming (LP) 線性規劃 - George Dantzig, 1947.
Introduction to linear programming:- - Linear programming (LP) applies to optimization models in which the objective and constraints functions are strictly.
Math Programming Concept of Optimization (L.O. a ) Linear Programming Managerial Value of Information (L.O. d) Theory (L.O. b) Example Applications (L.O.
IT Applications for Decision Making. Operations Research Initiated in England during the world war II Make scientifically based decisions regarding the.
3 Components for a Spreadsheet Optimization Problem  There is one cell which can be identified as the Target or Set Cell, the single objective of the.
CDAE Class 12 Oct. 4 Last class: 2. Review of economic and business concepts Today: 3. Linear programming and applications Quiz 3 (sections 2.5 and.
LINEAR PROGRAMMING.
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.
Chapter 5: Transportation, Assignment and Network Models © 2007 Pearson Education.
Introduction to Integer Programming Integer programming models Thursday, April 4 Handouts: Lecture Notes.
Chapter 3 Linear Programming Applications
Sullivan Algebra and Trigonometry: Section 12.9 Objectives of this Section Set Up a Linear Programming Problem Solve a Linear Programming Problem.
-114- HMP654/EXECMAS Linear Programming Linear programming is a mathematical technique that allows the decision maker to allocate scarce resources in such.
Linear Programming Wyndor Glass Co. 3 plants 2 new products –Product 1: glass door with aluminum framing –Product 2: 4x6 foot wood frame window.
Operations Research.  Operations Research (OR) aims to having the optimization solution for some administrative problems, such as transportation, decision-making,
OPTIMIZATION PROBLEMS OF ELECTRIC POWER SUPPLY Томский политехнический университет.
Linear Programming Applications
Chapter 7 Transportation, Assignment, and Transshipment Problems
Introduction to Linear Programs
Systems of Equations and Inequalities
Chapter 3 Linear Programming Applications
Transportation, Assignment and Network Models
Max Z = x1 + x2 2 x1 + 3 x2  6 (1) x2  1.5 (2) x1 - x2  2 (3)
LINEARPROGRAMMING 4/26/2019 9:23 AM 4/26/2019 9:23 AM 1.
Presentation transcript:

0 A Toy Production Problem  How many units to produce from each product type in order to maximize the profit? ProductMan-PowerMachineProfit Type A3 h1 h25 SR Type B2 h4 h15 SR Availability70 h110 h

1 A Toy Production Problem x A : number of units of product type A x B : number of units of product type B Total Profit: 25 x A + 15 x B Man-Power availability: 3 x A + 2 x B  70 Machine availability: x A + 4 x B  110 ProductMan-PowerMachineProfit Type A3 h1 h25 SR Type B2 h4 h15 SR Availability70 h110 h

2 A Toy Production Problem The corresponding linear program (LP) is: Max Z = 25 x A + 15 x B Subject to 3 x A + 2 x B  70 x A + 4 x B  110 x A, x B  IN Objective function Constraints Decision Variables

3 A Toy Production Problem The optimal solution of the LP is: x* A = 22, x* B = 2 and Z* = 580 SR The optimal solution of the toy production problem is to produce 22 units of toy A and 2 units of toy B. The optimal profit is 580 SR.

4 A Banking Problem A bank is in the process to allocate 12 million SR to different types of loans. Competition with other financial institutions suggests allocating at least 40% of the funds to farm & commercial loans. To assist in the housing industry, the home loans must be at least 50% of the personal, car and home loans. The bank management requires that the overall bad ratio debt not to exceed 4%. The bank wants to determine the best loan policy that will maximize its profit rate. Type of loanProfit rateBad debt ratio 1Personal Car Home Farm Commercial

5 A Banking Problem Decision variables: x 1 : amount of personal loans (in million SR) x 2 : amount of car loans (in million SR) x 3 : amount of home loans (in million SR) x 4 : amount of farm loans (in million SR) x 5 : amount of commercial loans (in million SR) Type of loanProfit rateBad debt ratio 1Personal Car Home Farm Commercial

6 A Banking Problem Objective function: Max Z= 0.14(0.90)x (0.93)x (0.97)x (0.95)x (0.98)x x x x x x 5 Type of loanProfit rateBad debt ratio 1Personal Car Home Farm Commercial

7 A Banking Problem Constraints: The total funds shall not exceed 12 million SR: x 1 +x 2 + x 3 + x 4 +x 5  12 Farm and commercial loan constraint: x 4 +x 5  0.4(x 1 +x 2 + x 3 + x 4 +x 5 ) Home loans constraint: x 3  0.5(x 1 +x 2 + x 3 ) Type of loanProfit rateBad debt ratio 1Personal Car Home Farm Commercial

8 A Banking Problem Constraints: Limit on bad debts rule: (0.1x x x x x 5 )/( x 1 +x 2 + x 3 + x 4 +x 5 )  0.04 (NONLINEAR) or equivalently, 0.06x x x x x 5  0 Type of loanProfit rateBad debt ratio 1Personal Car Home Farm Commercial

9 A Banking Problem The optimal solution of the LP is: x* 1 = x* 2 = x* 4 = 0, x* 3 = 7.2, x* 5 = 4.8 and Z* = The optimal solution consists in allocating 7.2 M to the home type and 4.8 M to commercial type. The optimal profit is M SR.

10 A Telecommunication Problem We have to place transmitters on the sites A,B,…,G. Each transmitter covers the two adjacent zones (e.g. if a transmitter is placed on site D, then it will cover both zones 3 and 4). Each Zone must be covered with at least one transmitter. Zone 4 must be covered by at least 2 transmitters. What is the minimum number of transmitters to be placed? Where should they be placed?

11 A Telecommunication Problem Decision variables x i = 1 if a transmitter is to be placed on site i (i =A,B,…,G) 0 otherwise Objective function Min Z = x A + x B + x C + x D + x E + x F + x G

12 A Telecommunication Problem Constraints x A + x B + x C  1 (Zone 1) x A + x E + x F  1 (Zone 2) x B + x D  1 (Zone 3) x C + x D + x E + x G  2 (Zone 4) x F + x G  1 (Zone 5) x i  {0,1} for all i=A,B,…,G

13 A Telecommunication Problem The optimal solution of the LP is: x * A = x * D = x * G = 1 x * B = x * C = x * E = x * F = 0 Z * = 3 The optimal solution of the telecommunication problem is to place one transmitter at each of the sites A, D, and G.

14 A Transportation Problem All the demands must be satisfied. All the supplies must be delivered. How many units to transport from each source to each destination in order to minimize the total transportation cost? D1D1 D2D2 C B A Demand Supply 8 9 SourcesDestinations Unit transportation cost

15 A Transportation Problem x ij : number of units transported from Source i to Destination j i=1,2j=A,B,C Objective function Min Z = 5 x 1A + 3 x 1B + 6 x 1C + 4 x 2A + 7 x 2B + 2 x 2C D1D1 D2D2 C B A Demand Supply 8 9 SourcesDestinations Unit transportation cost

16 A Transportation Problem Constraints x 1A + x 1B + x 1C = 8 (Supply of D 1 ) x 2A + x 2B + x 2C = 9 (Supply of D 2 ) x 1A + x 2A = 4 (Demand of A) x 1B + x 2B = 5 (Demand of B) x 1C + x 2C = 8 (Demand of C) x 1A,x 1B, x 1C, x 2A, x 2B, x 2C  IN D1D1 D2D2 C B A Demand Supply 8 9 SourcesDestinations

17 A Transportation Problem Optimal solution x* 1A = 3, x* 1B = 5, x* 1C = 0, x* 2A = 1, x* 2B = 0, x* 2C = 8 Z* = 50 D1D1 D2D2 C B A Demand Supply 8 9 SourcesDestinations