linear programming - universitas brawijaya€¦ · characteristics of linear programming problems...

45
Linear Programming Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Upload: others

Post on 19-Apr-2020

8 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Linear Programming

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 2: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Mo

del

Co

mp

on

ents Decision variables X1, X2, X3,......Xn

Objective function

Max

Min

Constraints

Parameters

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 3: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Steps in application:

Identify problem

Formulate a mathematical model

Solve the model

Implementation

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 4: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Model Formulation Steps:

Step 1 : Clearly define the decision variables

Step 2 : Construct the objective function

Step 3 : Formulate the constraints

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 5: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

LP Model Formulation A Maximization Example (1 of 4)

• Product mix problem - Beaver Creek Pottery Company

• How many bowls and mugs should be produced to maximize profits given labor and materials constraints?

• Product resource requirements and unit profit:

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 6: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

LP Model Formulation A Maximization Example (2 of 4)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 7: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

LP Model Formulation A Maximization Example (3 of 4)

• 40 hrs of labor per day

• 120 lbs of clayResource Availability

• X1 = number of bowls to produce per day

• X2 = number of mugs to produce per dayDecision Variables

• Maximize Z = $40X1 + $50X2

• Where Z = profit per day Objective function

• 1X1 + 2X2 ≤ 40 hours of labor

• 4X1 + 3X2 ≤ 120 pounds of clay

Resource Constraints

• X1 ≥ 0; X2 ≥ 0 Non-Negativity Constraints:

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 8: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

LP Model Formulation A Maximization Example (4 of 4)• Complete Linear Programming Model:

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 9: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Feasible Solutions

• A feasible solution does not violate any of the constraints:

• Example: x1 = 5 bowls

x2 = 10 mugs

Z = $40X1 + $50X2 = $700

• Labor constraint check: 1(5) + 2(10) = 25 < 40 hours

• Clay constraint check: 4(5) + 3(10) = 70 < 120 pounds

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 10: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Infeasible Solutions

• infeasible solution violates at least one of the constraints:

• Example: X1 = 10 bowls

X2 = 20 mugs

• Z = $40X1 + $50X2 = $1400

• Labor constraint check: 1(10) + 2(20) = 50 > 40 hours

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 11: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Graphical Solution of LP Models

• Graphical solution is limited to linear programming models containing only two decision variables (can be used with three variables but only with great difficulty).

• Graphical methods provide visualization of how a solution for a linear programming problem is obtained.

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 12: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Coordinate Axes Graphical Solution of Maximization Model (1 of 12)

X2 is mugs

X1 is bowls

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 13: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Labor ConstraintGraphical Solution of Maximization Model (2 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 14: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Labor Constraint AreaGraphical Solution of Maximization Model (3 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 15: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Clay Constraint Area Graphical Solution of Maximization Model (4 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 16: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Both ConstraintsGraphical Solution of Maximization Model (5 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 17: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Feasible Solution AreaGraphical Solution of Maximization Model (6 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 18: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Objective Function Solution = $800Graphical Solution of Maximization Model (7 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 19: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Alternative Objective Function Solution LinesGraphical Solution of Maximization Model (8 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 20: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Optimal SolutionGraphical Solution of Maximization Model (9 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 21: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Optimal Solution Coordinates Graphical Solution of Maximization Model (10 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 22: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Extreme (Corner) Point SolutionsGraphical Solution of Maximization Model (11 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 23: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Optimal Solution for New Objective Function Graphical Solution of Maximization Model (12 of 12)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 24: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Slack Variables

• Standard form requires that all constraints be in the form of equations (equalities).

• A slack variable is added to a ≤ constraint (weak inequality) to convert it to an equation (=).

• A slack variable typically represents an unused resource .

• A slack variable contributes nothing to the objective function value.

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 25: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Linear Programming Model: Standard Form

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 26: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

LP Model Formulation – Minimization (1 of 8)

• Two brands of fertilizer available - Super-gro, Crop-quick.

• Field requires at least 16 pounds of nitrogen and 24 pounds of phosphate.

• Super-gro costs $6 per bag, Crop-quick $3 per bag.

• Problem: How much of each brand to purchase to minimize total cost of fertilizer given following data ?

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 27: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

LP Model Formulation – Minimization (2 of 8)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 28: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

LP Model Formulation – Minimization (3 of 8)

• Decision Variables:

X1 = bags of Super-gro

X2 = bags of Crop-quick

• The Objective Function: Minimize Z = $6X1 + 3X2

Where: $6X1 = cost of bags of Super-Gro

$3X2 = cost of bags of Crop-Quick

• Model Constraints:

2X1 + 4X2 ≥ 16 lb (nitrogen constraint) 4X1 + 3X2 ≥ 24 lb (phosphate constraint)

X1, X2 ≥ 0 (non-negativity constraint) Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 29: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Constraint Graph– Minimization (4 of 8)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 30: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Feasible Region– Minimization (5 of 8)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 31: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Optimal Solution Point– Minimization (6 of 8)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 32: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Surplus Variables – Minimization (7 of 8)

• A surplus variable is subtracted from a ≥ constraint to convert it to an equation (=).

• A surplus variable represents an excess above a constraint requirement level.

• A surplus variable contributes nothing to the calculated value of the objective function.

• Subtracting surplus variables in the farmer problem constraints:

2X1 + 4X2 - S1 = 16 (nitrogen)

4X1 + 3X2 - S2 = 24 (phosphate)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 33: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Graphical Solutions – Minimization (8 of 8)

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 34: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Irregular Types of Linear Programming Problems• For some linear programming models, the general rules do not apply.

• Special types of problems include those with:

Multiple optimal solutions

Infeasible solutions

Unbounded solutions

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 35: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Multiple Optimal Solutions Beaver Creek Pottery

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 36: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

An Infeasible Problem

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 37: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

An Unbounded Problem

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 38: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Characteristics of Linear Programming Problems• A decision amongst alternative courses of action is required.

• The decision is represented in the model by decision variables.

• The problem encompasses a goal, expressed as an objective function, that the decision maker wants to achieve.

• Restrictions (represented by constraints) exist that limit the extent of achievement of the objective.

• The objective and constraints must be definable by linearmathematical functional relationships.

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 39: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Properties of Linear Programming Models

• The rate of change (slope) of the objective function and constraint equations is constant.Proportionality

• Terms in the objective function and constraint equations must be additive.Additivity

• Decision variables can take on any fractional value and are therefore continuous as opposed to integer in nature. Divisibility

• Values of all the model parameters are assumed to be known with certainty (non-probabilistic). Certainty

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 40: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Problem Statement Example Problem No. 1 (1 of 3) • Hot dog mixture in 1000-pound batches.

• Two ingredients, chicken ($3/lb) and beef ($5/lb).

• Recipe requirements: at least 500 pounds of “chicken”

at least 200 pounds of “beef”

• Ratio of chicken to beef must be at least 2 to 1.

• Determine optimal mixture of ingredients that will minimize costs.

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 41: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

SolutionExample Problem No. 1 (2 of 3) • Step 1: Identify decision variables.

X1 = lb of chicken in mixture

X2 = lb of beef in mixture

• Step 2: Formulate the objective function.

Minimize Z = $3X1 + $5X2

where Z = cost per 1,000-lb batch

$3X1 = cost of chicken

$5X2 = cost of beef

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 42: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

SolutionExample Problem No. 1 (3 of 3) • Step 3: Establish Model Constraints

X1 + X2 = 1,000 lb

X1 ≥ 500 lb of chicken

X2 ≥ 200 lb of beef

X1/X2 ≥ 2/1 or X1 – 2X2 ≥ 0

X1, X2 ≥ 0

• The Model: Minimize Z = $3X1 + 5X2

subject to: X1 + X2 = 1,000 lb

X1 ≥ 50

X2 ≥ 200

X1 – 2X2 ≥ 0

X1,X2 ≥ 0

Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 43: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Example Problem No. 2 (1 of 3)

Constraint Equations Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 44: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Example Problem No. 2 (2 of 3)

Feasible Solution Space and Extreme Points Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall

Page 45: Linear Programming - Universitas Brawijaya€¦ · Characteristics of Linear Programming Problems •A decision amongst alternative courses of action is required. •The decision

Example Problem No. 2 (3 of 3)

Optimal Solution Point Copyright © 2013 Pearson Education, Inc. Publishing as Prentice Hall