Unit 2- Linear Prog
Unit 2- Linear Prog
PROFIT=LOSS= 0 ZONE
PROFIT ZONE
BREAKEVEN POINT
LOSS ZONE
Constraints are ,
• x1 ≤ 8 ; x2 ≤ 5 & x1 ≥ 0 and x2 ≥ 0.
• x1 + x2 ≤ 10.
• In the simplex method, the problem is first put into canonical form by
converting the linear inequalities into equalities by introducing “slack
variables”
• x3 ≥ 0 so that x1 + x3 = 8, ……………….(I)
• x4 ≥ 0 so that x2 + x4 = 5, ……………….(II)
• x5 ≥ 0 so that x1 + x2 + x5 = 10,………..(III)
The given system of Equations can be written in summerized matrix form of
Ax=b where,
A= [ 1 0 1 0 0] [x1 ] [8 ]
[1 1 0 1 0 ] , x= [x2 ] and b= [ 5 ]
[1 1 0 0 1] [x3 ] [ 10 ]
Now, by solving these matrix for Ax=b, we can get values of x1 & x2 for maximizing xo =
x1 + 2x2 .
Simplex method contd…5
• In fact , for more no. of variables than 3, the help of
Algebraic MATRIX is taken to simplify the process. The
above explanation of the method is just to help how
the MATRIX is reduced to find the variables under
Objective statement so that solution to the problem is
achieved.
• The linear equation solution is just possible by solving
through process of simultaneous equations upto 3
variables in the objective statement. Thus, Simplex
method is extension of the Linear programming for
determining more than 3 variables by adopting
MATRIX reduction method.
Transportation Problem
Transportation problems are used to
find the minimum cost of
transportation of goods from m source
to n destination. In this article we will
learn transportation problem,
formulation, types and finally how it
differs from assignment problem.
For Balanced Transportation to destination, Mtl. At Source= Mtl. to Destination
m
Types of Transportation Problem
The two categories of transportation problems are balanced and
unbalanced transportation problems. As we all know, a
transportation problem is a type of Linear Programming Problem (LPP)
in which items are carried from a set of sources to a set of
destinations based on the supply and demand of the sources and
destinations, with the goal of minimizing the total transportation cost.
It is also known as the Hitchcock problem.
Introduction to Balanced and Unbalanced Transportation
Problems
Balanced Transportation Problem
The problem is considered to be a balanced transportation problem
when both supplies and demands are equal.
Unbalanced Transportation Problem
Unbalanced transportation problem is defined as a situation in which
supply and demand are not equal. A dummy row or a dummy column
is added to this type of problem, depending on the necessity, to make
it a balanced problem. The problem can then be addressed in the
same way as the balanced problem.
Methods of Solving Transportation
Problems :-
• There are three ways for determining
the initial basic feasible solution. They
are
• It figures out the activities which can run parallel to each other.
• It helps the project manager in identifying the most critical elements of the
project.
• It gives a practical and disciplined base which helps in determining how to
reach the objectives.
• CPM is effective in new project management.
• CPM can strengthen a team perception if it is applied properly.
• CPM provides demonstration of dependencies which helps in the scheduling
of individual activities.
• It shows the activities and their outcomes as a network diagram.
• It gives a fair and concise procedure of documenting of project.
• It helps in determining the slack time.
• An explicit and clear approach of communicating project plans, schedules,
time and cost performance is developed.
• It is extensively used in industry.
• It helps in optimization by determining the project duration.
Disadvantages of Critical Path Method (CPM):