Chapter 1 Notes
Chapter 1 Notes
Algorithms
Assistant Prof. Mansi Duse 1
Content
OVERVIEW OF OPERATIONS RESEARCH:
OR models – OR Techniques
LINEAR PROGRAMMING :
Introduction
Graphical solution, Graphical sensitivity analysis
The standard form of linear programming problems
Basic feasible solutions –
unrestricted variables
simplex algorithm
artificial variables
Big M method.
Degeneracy
alternative optima ,unbounded solutions ,infeasible solutions.
Linear Programming
Iterative method
Using graphical method
subject to:
a11x1 + a12x2 + ... + a1nxn (≤, =, ≥) b1
a21x1 + a22x2 + ... + a2nxn (≤, =, ≥) b2
:
am1x1 + am2x2 + ... + amnxn (≤, =, ≥) bm
xj = decision variables
bi = constraint levels
cj = objective function coefficients
aij = constraint coefficients
Assistant Prof. Mansi Duse 9
LP Model: Example
RESOURCE REQUIREMENTS
Labor Clay Revenue
PRODUCT (hr/unit) (lb/unit) ($/unit)
Bowl 1 4 40
Mug 2 3 50
There are 40 hours of labor and 120 pounds of clay available each day
Decision variables
x1 = number of bowls to produce
x2 = number of mugs to produce
Copyright 2006 John Wiley & Sons, Inc. Supplement 13-10 Assistant Prof. Mansi Duse
Maximize Z = $40 x1 + 50 x2
Subject to
x1 + 2x2 40 hr (labor constraint)
4x1 + 3x2 120 lb (clay constraint)
x1 , x2 0
Solution is x1 = 24 bowls x2 = 8 mugs
Revenue = $1,360
22
1 2
subject to
1 2
1 2
1 2
1 2
𝑀𝑎𝑥 𝑧 = 𝑥 + 2𝑥 − 𝑥 + 0𝑥 + 0𝑥 + 0𝑥