SlideShare a Scribd company logo
Linear Programming Problem (LPP) Formulation, Graphical
Method, Simplex Method, Dual LPP, Basic Concepts of Sensitivity
Analysis.
12-08-2022 1
Linear Programming Problem (LPP)
 Linear Programming is a mathematical technique useful for allocation of ‘scarce’ or ‘limited’ resources, to several
competingactivitiesonthebasisofagivencriterion ofoptimality.
 It dealswith theoptimization(maximizationorminimization)ofa functionofvariablesknownasobjective functions.
 SometimesreferredtoasLINEAROPTIMISATION
 Thewordlinearreferstolinear relationshipamongvariablesin amodel.
 Thetermprogrammingreferstotheprocessofdetermining a particularprogrammeorplanofaction.
12-08-2022 2
 Linear Programming may be defined as a method of determining an optimum programme of interdependent activities in view of
availableresources.
 The objective in a Linear Programming Problem is to maximise profit or minimise cost, as the case may be, subject toa number of
limitationsknownasconstraints.
 Forthis,anobjective functionisconstructedwhichrepresentstotalprofitortotalcostasthe casemaybe.
 The constraints are expressed in the form of inequalities or equations. Both the objective function and the constraints are linear
relationshipbetweenthevariables.
 The solution to a Linear Programming Problem shows how much should be produced (or sold or purchased) which will optimise
theobjectivefunctionandsatisfytheconstraints.
12-08-2022 3
Components of LPP:
1.Decision Variables:Thedecision variablewilldecide theo/p.
It gives theultimatesolutiontothe problem.Foranyproblem1st stepistoidentifythedecision variables.
2.Constraints:Theremustbelimitation ofResources.Theygive risetoconstraints.It maybeequalitiesorinequalities.
3.Objective function:It representshoweach decision variablewouldaffectthecost orsimplythe Valueneedstobeoptimised.
4.Data:Thesequantifytherelationshipsbetween obj:Fn andtheconstraints
12-08-2022 4
Essential ingredients/characteristics ofLPP
1. The objective function
In its general form,it is representedas:
Optimize(MaximizeorMinimize) Z=c1x1+c2x2+. . .+cnxn
wherec1,c2,c3………..cn areconstants
x1,x2,x3………..xn areDecision Variables.
2) Linear Constraints
There are a set of restrictions imposed on the variables appearing in the objective function. These restrictions are due to the
limitationsofresources.
Therestrictionsareoftheform
a₁x₁+a₂x₂+anx≥ b(or≤ b)
wherea₁,a₂,….andbareconstants.
Theremaybemorethanoneconstraint.
12-08-2022 5
3) Feasible solution:
A feasiblesolutiontoalinearprogrammingproblemisa setofvaluesforthevariablesX₁,X₂,............ Xnwhich satisfytheconstraints.
4) Optimal solution:
There can be one or more feasible solutions to a linear programming problem. A feasible solution which optimises the objective
functionisknownasoptimalsolution.
12-08-2022 6
 FormationofMathematicalmodelto a linear programmingproblem
Step1 :Identifytheobjectives asmaximisationorminimisation.
Step2:Mention theobjective quantitativelyandexpressit asa linearfunctionofvariables,knownasobjective function.
Step 3: Identify the constraints which are conditions stipulated in the problem. Constraints are those relating to availability of
resources, or conditions on quantities to be purchased or produced or sold etc. Constraints are expressed in the form of linear
inequalitiesorequations.
12-08-2022 7
12-08-2022 8
PROBLEMS
Ex. 1:Amanufacturerof furnituremakestwo products,chairsandtables. Processingof theseproductsisdone on
two machines A and B. A chair requires 2 hours on machine A and 6 hours on machine B. A table requires 5 hours
on machine A andno time on machine B. There are 16 hours of time per day available on machine A and 30 hours
on machine B. Profit gained by the manufacturer from a chair is Re. I and from a table is Rs. 5 respectively.
Formulate theproblem into aL.P.P.inorder to maximizethe totalprofit.
12-08-2022 9
12-08-2022 10
12-08-2022 11
Ex. 2: A home resourceful decorator manufacturers two types of Lamps say A and B. Both lamps go through two
technicians first a cutter and second a finisher. Lamp A requires 2 hours of the cutter's time and 1 hour of the
finisher's time; Lamp B requires 1 hour of cutter's and 2 hours of finisher's time. The cutter has 104 hours and
finisher has 76 hours of available time each month. Profit on the Lamp A is Rs. 6.00 and on one B lamp is Rs.
11.00.Formulate amathematicalmodel.
12-08-2022 12
12-08-2022 13
12-08-2022 14
12-08-2022 15
Solution to LPP
An LPP canbe solved by
1) Graphical Method
2) Simplex method
12-08-2022 16
12-08-2022 17
Q:Draw lines corresponding to the equation
x=0,y=0,x=3,y=2, 3x+4y=12
12-08-2022 18
12-08-2022 19
12-08-2022 20
SIMPLEX METHOD
 If theLPPhaslargernumberofvariables,thesuitablemethod ofsolvingis Simplexmethod.
 Simplex method is a Linear Programming technique in which we start with a certain solution which is feasible. We improve this
solutionin anumberof consecutivestagesuntilwearriveatanoptimalsolution.
 For arriving at the solution of LPP by this method, the constraints and the objective function are presented in a table known as
simplextable.
 Itisan iterative(step by step)procedurein which weproceedin systematicstepsfroman initial BasicFeasible Solution toanother
Basic Feasible Solution and finally, in a finite number of steps to an optimal basic feasible solution, in such a way that the value of
theobjectivefunctionisbetter
12-08-2022 21
 Feasible solution
Itis the set of values of thevariables whichsatisfy all the constraints and non-negative restrictions of the problem.
 Optimal (Optimum) Solution
A feasible solution to a LinearProgramming Problem is said to be optimum if it optimises the objective function, Z,of the problem.
 Basic feasible solution
A feasible solution to a Linear Programming Problem in which the vectors associated to non zero variables are linearly independent is
called a basic feasible solution.
 Slack variables
If a constraint has a sign ≤ (less than or equal to) then in order to make it an equality (=) we have to add some variable to the left hand side.
Thesearecalled the slack variables. Thevalue of this variable can usually be interpreted as the amountof unused resources.
For example, consider the constraint: 2x1+ x2≤ 800
Inorder to convert the constraint into equation we add s, to L. H. S.
thenwe have 2x1+ x₂ + S₁ = 800.ThenS, is the slack variable.
12-08-2022 22
 Surplus variables
Ifa constraint has sign≥ ,thenin orderto makeit anequality have to subtract some variable from its L. H. S. Thesearecalled surplus variables.
Thevalue of this variable can be interpreted as the amountover andabove the requiredminimumlevel.
For example, consider the constraint: 2x₁ + 4x2≥ 12
Inorder to convert this into an equation we subtract s₂from the LHS of the inequality.
Then2x1+ 4x2-S2= 12.Hence s2 is the surplus variable.
12-08-2022 23
How to construct a simplex table ?
 Simplextableconsistsofrowsandcolumns.
 If there are 'm' original variables and 'n' introduced variables, then there will be 3 + m +n columns in the simplex table.
[Introducedvariablesareslack,surplusorartificialvariables].
 First column (B) contains the basic variables. Second column (C) shows the coefficient of the basic variables in the objective
function.
 Third column (XB) gives the values of basic variables. Each of next 'm+n' columns contain coefficient of variables in the
constraints,when theyareconvertedintoequations.
12-08-2022 24
 Basis (B)
Thevariables whose values are not restricted to zero in the currentbasic solution, arelisted in one column of the simplex table knownas
Basis (B).
 Basic variables
Thevariables which arelisted in the basis arecalled basic variables and others areknownas nonbasic variables.
 Vector
Anycolumn or row of a simplex table is called a vector.
Eg; X₁ - vector, X₂ -vector etc.
Ina simplex table, thereis a vector associated with every variable. Thevectors associated with the basic variables are unitvectors.
 UnitVector
A vector with one element 1and all other elements zero, is a unit vector.
12-08-2022 25
 Net Evaluation (Δj)
Δjis thenetprofitorlossif oneunitofthevariablein therespective columnis introduced.
Ie:, Δjshowswhatistheprofit(orloss)if oneunitofx;isintroduced.
TherowcontainingΔjvaluesis callednetevaluationroworindex row.
Δj =Zj-Cj
wherecj isthecoefficient ofxjvariablesin theobjective function
zjis thesum oftheproductsofcoefficientsofbasicvariables
12-08-2022 26
 MinimumRatio
Minimumratio is the lowest nonnegative ratio in the replacingratio column.
Θ( minimum ratio)= XB
Key Column Element
 KeyColumn (incomingvector)
The column whichhashighestnegativeΔjin a maximisationproblem or thehighestpositiveΔjin a minimisation problem
 Keyrow(outgoingvector)
The row whichrelatestothe minimumratio,is theOutgoingvector.
 Keyelement
Keyelementis thatelementof thesimplextable whichliesboth in thekeyrow and keycolumn.
 Iteration
Iterationmeansstepby stepprocessfollowed in simplex methodto movefrom one basic feasible solution to another
12-08-2022 27
12-08-2022 28

More Related Content

PPT
Managerial-Economics
PDF
Production and Cost
PPTX
cost analysis
PPTX
FFA - Funds from Operations
PPTX
PPT
Mba i qt unit-1_basic quantitative techniques
PPTX
Introduction and meaning of managerial economics
PPTX
Managerial economics ppt
Managerial-Economics
Production and Cost
cost analysis
FFA - Funds from Operations
Mba i qt unit-1_basic quantitative techniques
Introduction and meaning of managerial economics
Managerial economics ppt

What's hot (20)

PPTX
Unit 2 lpp tp
PPT
The business-plan
PDF
What is profit , types of profit, theories of profit
PPT
Quantitative decision making
PPTX
Break even analysis
PPT
8 productionpart1
PDF
Business Ethics
PPT
UNDERSTANDING MARGINAL COSTING
DOCX
OR 14 15-unit_4
PPTX
Managerial Economics- objective of firm
PPTX
Decision making under condition of risk and uncertainty
PPTX
Management accounting
PPTX
Environment & Entrepreneurship Development
PPT
Approaches to the Formulation of Accounting Theory
PPTX
Theory of cost
PPTX
Functions of financial management
DOC
Decision analysis
PPT
Capital Budgeting.ppt
PPTX
Concept of Duality
Unit 2 lpp tp
The business-plan
What is profit , types of profit, theories of profit
Quantitative decision making
Break even analysis
8 productionpart1
Business Ethics
UNDERSTANDING MARGINAL COSTING
OR 14 15-unit_4
Managerial Economics- objective of firm
Decision making under condition of risk and uncertainty
Management accounting
Environment & Entrepreneurship Development
Approaches to the Formulation of Accounting Theory
Theory of cost
Functions of financial management
Decision analysis
Capital Budgeting.ppt
Concept of Duality
Ad

Similar to Linear programming problem (20)

PPTX
Linear Programming Problem
PPTX
Simplex method material for operation .pptx
PDF
Linear programming class 12 investigatory project
PPTX
Chapter 2 II SIMPLEX METHOD OF SOLVING LPP.pptx
PPTX
Unit 2.pptx
PPTX
SIMPLEX METHOD.pptx
PPTX
linearprogramingproblemlpp-180729145239.pptx
PPTX
linear programming
PDF
LPP, Duality and Game Theory
PPTX
Maths mini project for sem3 ,maths last moment
PPTX
Linear Programing.pptx
DOCX
Simplex method - Maximisation Case
PPTX
Linear programming manzoor nabi
PPTX
Simplex method concept,
PPTX
Solution of LPP by Simplex Method with Examples
PPTX
Chapter 2 Linear Programming for business (1).pptx
PDF
Unit.2. linear programming
PDF
Ch06_1-2_Simplex_Method.pdf
PDF
linear programming
PDF
4.Malebo=PPT=Mathematical Programming.pdf
Linear Programming Problem
Simplex method material for operation .pptx
Linear programming class 12 investigatory project
Chapter 2 II SIMPLEX METHOD OF SOLVING LPP.pptx
Unit 2.pptx
SIMPLEX METHOD.pptx
linearprogramingproblemlpp-180729145239.pptx
linear programming
LPP, Duality and Game Theory
Maths mini project for sem3 ,maths last moment
Linear Programing.pptx
Simplex method - Maximisation Case
Linear programming manzoor nabi
Simplex method concept,
Solution of LPP by Simplex Method with Examples
Chapter 2 Linear Programming for business (1).pptx
Unit.2. linear programming
Ch06_1-2_Simplex_Method.pdf
linear programming
4.Malebo=PPT=Mathematical Programming.pdf
Ad

More from POOJA UDAYAN (20)

PPT
Relational database management system(rdbms)
PDF
module 2 environmental studies /Ecosystem
PDF
Environmental studies and Natural resources BBA
PPTX
PPT Concentration Strategies, Strategic management
PPTX
Executive Business Communication MBA notes
PPTX
Performance management module 2 Kerala University
PPTX
PERFORMANCE MANAGEMENT kerala University
PPTX
: BPR IMPLEMENTAION AND TOOLS THAT SUPPORT BPR
PPTX
Environmental Policies and Programmes in India.pptx
PPTX
Measurement of performance at Organisational Level.pptx
PPTX
Performance management
PPTX
Role of Mobile Application Acceptance in Shaping E-Customer service
PPTX
BUSINESS COMMUNICATION
PPTX
hrm unit
PPTX
Service Operations Management.pptx
PPTX
Service OM.pptx
PPTX
EBC module 2 part 1.pptx
PPTX
Executive bus commn mod 1.pptx
PDF
consumer protection Act part 1.pdf
PDF
Management information system
Relational database management system(rdbms)
module 2 environmental studies /Ecosystem
Environmental studies and Natural resources BBA
PPT Concentration Strategies, Strategic management
Executive Business Communication MBA notes
Performance management module 2 Kerala University
PERFORMANCE MANAGEMENT kerala University
: BPR IMPLEMENTAION AND TOOLS THAT SUPPORT BPR
Environmental Policies and Programmes in India.pptx
Measurement of performance at Organisational Level.pptx
Performance management
Role of Mobile Application Acceptance in Shaping E-Customer service
BUSINESS COMMUNICATION
hrm unit
Service Operations Management.pptx
Service OM.pptx
EBC module 2 part 1.pptx
Executive bus commn mod 1.pptx
consumer protection Act part 1.pdf
Management information system

Recently uploaded (20)

PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
master seminar digital applications in india
PPTX
Cell Structure & Organelles in detailed.
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Classroom Observation Tools for Teachers
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
GDM (1) (1).pptx small presentation for students
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
01-Introduction-to-Information-Management.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Final Presentation General Medicine 03-08-2024.pptx
Microbial disease of the cardiovascular and lymphatic systems
master seminar digital applications in india
Cell Structure & Organelles in detailed.
human mycosis Human fungal infections are called human mycosis..pptx
O7-L3 Supply Chain Operations - ICLT Program
Classroom Observation Tools for Teachers
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Final Presentation General Medicine 03-08-2024.pptx
Microbial diseases, their pathogenesis and prophylaxis
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Cell Types and Its function , kingdom of life
GDM (1) (1).pptx small presentation for students
O5-L3 Freight Transport Ops (International) V1.pdf
01-Introduction-to-Information-Management.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Final Presentation General Medicine 03-08-2024.pptx

Linear programming problem

  • 1. Linear Programming Problem (LPP) Formulation, Graphical Method, Simplex Method, Dual LPP, Basic Concepts of Sensitivity Analysis. 12-08-2022 1
  • 2. Linear Programming Problem (LPP)  Linear Programming is a mathematical technique useful for allocation of ‘scarce’ or ‘limited’ resources, to several competingactivitiesonthebasisofagivencriterion ofoptimality.  It dealswith theoptimization(maximizationorminimization)ofa functionofvariablesknownasobjective functions.  SometimesreferredtoasLINEAROPTIMISATION  Thewordlinearreferstolinear relationshipamongvariablesin amodel.  Thetermprogrammingreferstotheprocessofdetermining a particularprogrammeorplanofaction. 12-08-2022 2
  • 3.  Linear Programming may be defined as a method of determining an optimum programme of interdependent activities in view of availableresources.  The objective in a Linear Programming Problem is to maximise profit or minimise cost, as the case may be, subject toa number of limitationsknownasconstraints.  Forthis,anobjective functionisconstructedwhichrepresentstotalprofitortotalcostasthe casemaybe.  The constraints are expressed in the form of inequalities or equations. Both the objective function and the constraints are linear relationshipbetweenthevariables.  The solution to a Linear Programming Problem shows how much should be produced (or sold or purchased) which will optimise theobjectivefunctionandsatisfytheconstraints. 12-08-2022 3
  • 4. Components of LPP: 1.Decision Variables:Thedecision variablewilldecide theo/p. It gives theultimatesolutiontothe problem.Foranyproblem1st stepistoidentifythedecision variables. 2.Constraints:Theremustbelimitation ofResources.Theygive risetoconstraints.It maybeequalitiesorinequalities. 3.Objective function:It representshoweach decision variablewouldaffectthecost orsimplythe Valueneedstobeoptimised. 4.Data:Thesequantifytherelationshipsbetween obj:Fn andtheconstraints 12-08-2022 4
  • 5. Essential ingredients/characteristics ofLPP 1. The objective function In its general form,it is representedas: Optimize(MaximizeorMinimize) Z=c1x1+c2x2+. . .+cnxn wherec1,c2,c3………..cn areconstants x1,x2,x3………..xn areDecision Variables. 2) Linear Constraints There are a set of restrictions imposed on the variables appearing in the objective function. These restrictions are due to the limitationsofresources. Therestrictionsareoftheform a₁x₁+a₂x₂+anx≥ b(or≤ b) wherea₁,a₂,….andbareconstants. Theremaybemorethanoneconstraint. 12-08-2022 5
  • 6. 3) Feasible solution: A feasiblesolutiontoalinearprogrammingproblemisa setofvaluesforthevariablesX₁,X₂,............ Xnwhich satisfytheconstraints. 4) Optimal solution: There can be one or more feasible solutions to a linear programming problem. A feasible solution which optimises the objective functionisknownasoptimalsolution. 12-08-2022 6
  • 7.  FormationofMathematicalmodelto a linear programmingproblem Step1 :Identifytheobjectives asmaximisationorminimisation. Step2:Mention theobjective quantitativelyandexpressit asa linearfunctionofvariables,knownasobjective function. Step 3: Identify the constraints which are conditions stipulated in the problem. Constraints are those relating to availability of resources, or conditions on quantities to be purchased or produced or sold etc. Constraints are expressed in the form of linear inequalitiesorequations. 12-08-2022 7
  • 9. PROBLEMS Ex. 1:Amanufacturerof furnituremakestwo products,chairsandtables. Processingof theseproductsisdone on two machines A and B. A chair requires 2 hours on machine A and 6 hours on machine B. A table requires 5 hours on machine A andno time on machine B. There are 16 hours of time per day available on machine A and 30 hours on machine B. Profit gained by the manufacturer from a chair is Re. I and from a table is Rs. 5 respectively. Formulate theproblem into aL.P.P.inorder to maximizethe totalprofit. 12-08-2022 9
  • 12. Ex. 2: A home resourceful decorator manufacturers two types of Lamps say A and B. Both lamps go through two technicians first a cutter and second a finisher. Lamp A requires 2 hours of the cutter's time and 1 hour of the finisher's time; Lamp B requires 1 hour of cutter's and 2 hours of finisher's time. The cutter has 104 hours and finisher has 76 hours of available time each month. Profit on the Lamp A is Rs. 6.00 and on one B lamp is Rs. 11.00.Formulate amathematicalmodel. 12-08-2022 12
  • 16. Solution to LPP An LPP canbe solved by 1) Graphical Method 2) Simplex method 12-08-2022 16
  • 18. Q:Draw lines corresponding to the equation x=0,y=0,x=3,y=2, 3x+4y=12 12-08-2022 18
  • 21. SIMPLEX METHOD  If theLPPhaslargernumberofvariables,thesuitablemethod ofsolvingis Simplexmethod.  Simplex method is a Linear Programming technique in which we start with a certain solution which is feasible. We improve this solutionin anumberof consecutivestagesuntilwearriveatanoptimalsolution.  For arriving at the solution of LPP by this method, the constraints and the objective function are presented in a table known as simplextable.  Itisan iterative(step by step)procedurein which weproceedin systematicstepsfroman initial BasicFeasible Solution toanother Basic Feasible Solution and finally, in a finite number of steps to an optimal basic feasible solution, in such a way that the value of theobjectivefunctionisbetter 12-08-2022 21
  • 22.  Feasible solution Itis the set of values of thevariables whichsatisfy all the constraints and non-negative restrictions of the problem.  Optimal (Optimum) Solution A feasible solution to a LinearProgramming Problem is said to be optimum if it optimises the objective function, Z,of the problem.  Basic feasible solution A feasible solution to a Linear Programming Problem in which the vectors associated to non zero variables are linearly independent is called a basic feasible solution.  Slack variables If a constraint has a sign ≤ (less than or equal to) then in order to make it an equality (=) we have to add some variable to the left hand side. Thesearecalled the slack variables. Thevalue of this variable can usually be interpreted as the amountof unused resources. For example, consider the constraint: 2x1+ x2≤ 800 Inorder to convert the constraint into equation we add s, to L. H. S. thenwe have 2x1+ x₂ + S₁ = 800.ThenS, is the slack variable. 12-08-2022 22
  • 23.  Surplus variables Ifa constraint has sign≥ ,thenin orderto makeit anequality have to subtract some variable from its L. H. S. Thesearecalled surplus variables. Thevalue of this variable can be interpreted as the amountover andabove the requiredminimumlevel. For example, consider the constraint: 2x₁ + 4x2≥ 12 Inorder to convert this into an equation we subtract s₂from the LHS of the inequality. Then2x1+ 4x2-S2= 12.Hence s2 is the surplus variable. 12-08-2022 23
  • 24. How to construct a simplex table ?  Simplextableconsistsofrowsandcolumns.  If there are 'm' original variables and 'n' introduced variables, then there will be 3 + m +n columns in the simplex table. [Introducedvariablesareslack,surplusorartificialvariables].  First column (B) contains the basic variables. Second column (C) shows the coefficient of the basic variables in the objective function.  Third column (XB) gives the values of basic variables. Each of next 'm+n' columns contain coefficient of variables in the constraints,when theyareconvertedintoequations. 12-08-2022 24
  • 25.  Basis (B) Thevariables whose values are not restricted to zero in the currentbasic solution, arelisted in one column of the simplex table knownas Basis (B).  Basic variables Thevariables which arelisted in the basis arecalled basic variables and others areknownas nonbasic variables.  Vector Anycolumn or row of a simplex table is called a vector. Eg; X₁ - vector, X₂ -vector etc. Ina simplex table, thereis a vector associated with every variable. Thevectors associated with the basic variables are unitvectors.  UnitVector A vector with one element 1and all other elements zero, is a unit vector. 12-08-2022 25
  • 26.  Net Evaluation (Δj) Δjis thenetprofitorlossif oneunitofthevariablein therespective columnis introduced. Ie:, Δjshowswhatistheprofit(orloss)if oneunitofx;isintroduced. TherowcontainingΔjvaluesis callednetevaluationroworindex row. Δj =Zj-Cj wherecj isthecoefficient ofxjvariablesin theobjective function zjis thesum oftheproductsofcoefficientsofbasicvariables 12-08-2022 26
  • 27.  MinimumRatio Minimumratio is the lowest nonnegative ratio in the replacingratio column. Θ( minimum ratio)= XB Key Column Element  KeyColumn (incomingvector) The column whichhashighestnegativeΔjin a maximisationproblem or thehighestpositiveΔjin a minimisation problem  Keyrow(outgoingvector) The row whichrelatestothe minimumratio,is theOutgoingvector.  Keyelement Keyelementis thatelementof thesimplextable whichliesboth in thekeyrow and keycolumn.  Iteration Iterationmeansstepby stepprocessfollowed in simplex methodto movefrom one basic feasible solution to another 12-08-2022 27