Lecture2.1 LP Models
Lecture2.1 LP Models
Programming
Models/Formulation
s
2-1
1-1
Linear Programming
LP:
Minimize/Maximize linear
objective function
subject to linear inequalities &
equalities 2-2
1-2
Terminology
Decision variables - mathematical symbols (e.g., x,
y) representing quantities that you can control to
improve your objective which should completely
describe the set of decisions to be made.
Constraints – requirements or restrictions placed
by the operating environment, stated in linear
relationships of the decision variables. Limitations
on the values of decision variables.
5x + 8y ≤ 24
x, y ≥ 0
Objective function - a linear mathematical
relationship describing an objective of the firm, in
terms of decision variables - this function is to be
maximized or minimized.
Max 3x + 4y
1-3
Linear Programming: An
Overview
Objectives of business decisions frequently
involve maximizing profit or minimizing
costs.
Linear programming uses linear algebraic
relationships to represent a firm’s
decisions, given a business objective, and
resource constraints.
1-4
Characteristics of Linear
Programming Problems
A decision among 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 linear mathematical
functional relationships. 1-5
Summary of Model Formulation
Steps
1-6
LP Model Formulation
A Maximization Example
1-7
LP Model Formulation
A Maximization Example
1-8
LP Model Formulation
Product mix problem - Beaver Creek Pottery
Company
1-9
LP Model Formulation
A Maximization Example
1-11
Feasible Solutions
Example: x1 = 5 plates
x2 = 10 mugs
Z = 40x1 + 50x2 = $700
1-12
Infeasible Solutions
Example: x1 = 10 plates
x2 = 20 mugs
Z = $40x1 + $50x2 = $1400
1-13
A Product Mix Example
Problem Definition
1-14
A Product Mix Example
Problem Definition
Four-product T-shirt/sweatshirt manufacturing
company.
■ Products: (i)T-shirt-F, (ii)T-shirt-B/F, (iii)Sweatshirt-
F, (iv)Sweatshirt-B/F
■ Must complete production within 72 hours
■ Truck capacity = 1,200 standard sized boxes.
■ Standard size box holds 12 T-shirts.
■ One-dozen sweatshirts box is three times size of
standard box.
■ $25,000 available for a production run.
■ 500 dozen blank T-shirts and sweatshirts in stock.
■ How many dozens (boxes) of each type of shirt to
1-15
Product Mix Example
1-16
A Product Mix Example
Data
1-17
Processing Cost Profit
A Product Mix Example Time (hr) ($) ($)
Per dozen per dozen per dozen
subject to:
Calories 90x1+110x2 +100x3+90x4+75x5+35x6 + 65x7+
100x8 + 120x9 + 65x10 420
Fat 2x2 + 2x3 + 2x4 + 5x5 + 3x6 + 4x8 + x10 20
Minimize
subject to:
i = 2 (fat) , 3 (cholesterol)
xj 0 j = 1, 2, …, 10
1-22