Presentation 1
Presentation 1
PORGRAMMING
Nikita (46)
Sagar (56)
HISTORY OF LINEAR PROGRAMMING
It started in 1947 when G.B.Dantzig design the “simplex
method” for solving linear programming formulations of
U.S. Air Force planning problems.
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
THE LINEAR PROGRAMMING MODEL
The linear programming model can be written in more
efficient notation as:
THE SIMPLEX METHOD
When decision variables are more than 2, it is always
advisable to use Simplex Method to avoid lengthy
graphical procedure.
The simplex method is not used to examine all the
feasible solutions.
It deals only with a small and unique set of feasible
solutions, the set of vertex points (i.e., extreme points)
of the convex feasible space that contains the optimal
solution.