SlideShare a Scribd company logo
Operations Research
CHAPTER 06 - THE BIG M METHOD
The Big M Method
I. Multiply the inequality constraints to ensure that the right hand
side is positive.
II. For any greater-than or equal constraints, introduce surplus and
artificial variables.
III. Choose a large positive M and introduce a term in the objective of
the form M multiplying the artificial variables.
IV. For less-than constraints, introduce slack variables so that all
constraints are equalities.
V. Solve the problem using the usual simplex method.
Example
Min Z= -3x1 + x2 + x3
S.T. x1 – 2x2 + x3 <= 11
-4x1+ x2 + 2x3 >= 3
2x1 – x3 = -1
Solution
Write the problem in standard form and let the right hand side
positive.
Min Z= -3x1 + x2 + x3
S.T. x1 – 2x2 + x3 + x4 = 11, Slack
-4x1 + x2 +2x3 – x5 = 3, Surplus
-2x1 + x3 = 1
Solution
Write the problem in canonical form (add artificial variable to the 2nd
and to the 3rd constraints).
Add M to the artificial variables in the objective function
In case the problem is a maximization problem, add –M as a
coefficient to the artificial variables, Otherwise add M.
Min Z= -3x1 + x2 + x3 + Mx6 + Mx7
S.T. x1 – 2x2 + x3 + x4 = 11
-4x1 + x2 +2x3 – x5 + x6 = 3
-2x1 + x3 + x7 = 1
Solution
Iteration 1: Basic: x4=11, x6=3, x7=1. Z=Mx6+Mx7=3M+M=4M
-3 1 1 0 0 M M
x1 x2 x3 x4 x5 x6 x7
0 x4 1 -2 1 1 0 0 0 11
M x6 -4 1 2 0 -1 1 0 3
M x7 -2 0 1 0 0 0 1 1
CJ 0 0 0
Solution
C1= -3 – (0,M,M) = 6M-3 >0
C2= 1 – (0,M,M) = 1-M <0
C3= 1 – (0,M,M) = 1-3M <0
C5= 0 – (0,M,M) = M >0
x3 is entering, x3= min{11,3/2,1}=1, x7 is leaving.
1
-4
-2
-2
1
0
1
2
1
0
-1
0
Solution
Iteration 2: Basic: x4=11-1=10, x6=3-2=1, x3=1. Z=1+M
-3 1 1 0 0 M M
x1 x2 x3 x4 x5 x6 x7
0 x4 3 -2 0 1 0 0 -1 10
M x6 0 1 0 0 -1 1 -2 1
1 x3 -2 0 1 0 0 0 1 1
CJ 0 0 0 0
Solution
C1= -3 – (0,M,1) = -1 <0
C2= 1 – (0,M,1) = 1-M <0
C5= 0 – (0,M,1) = M >0
x2 is entering, x2= min{-5,1,inf.}=1, x6 is leaving.
Basic: x4=12, x2=1, x3=1. Z=2.
3
0
-2
-2
1
0
0
-1
0
Solution
Iteration 3: Basic: x4=12, x2=1, x3=1. Z=2
-3 1 1 0 0 M M
x1 x2 x3 x4 x5 x6 x7
0 x4 3 0 0 1 -2 2 -5 12
1 x2 0 1 0 0 -1 1 -2 1
1 x3 -2 0 1 0 0 0 1 1
CJ 0 0 0 0 0
Solution
C1= -3 – (0,1,1) = -1 <0
C5= 0 – (0,1,1) = 1 >0
x1 is entering, x1= min{4,inf.,-1/2}=4, x4 is leaving.
Basic: x1=4, x2=1, x3=9. Z=-2.
3
0
-2
-2
-1
0
Solution
Iteration 4: Basic: x1=4, x2=1, x3=9. Z=-2
-3 1 1 0 0 M M
x1 x2 x3 x4 x5 x6 x7
-3 x1 1 0 0 1/3 -2/3 2/3 -5/3 4
1 x2 0 1 0 0 -1 1 -2 1
1 x3 0 0 1 2/3 -4/3 4/3 -7/3 9
CJ 0 0 0 0 0 0
Solution
C5= 0 – (-3,1,1) = 1/3 >0
No entering variables.
The current solution is optimal.
x1=4, x2=1, x3=9, Z=-2
-2/3
-1
-4/3
Example 2
Max Z= x1 + 2x2 + x3
S.T. x1 + x2 + x3 = 7
2x1 – 5x2 +x3 >= 10
In standard form: Max Z= x1 + 2x2 + x3
S.T. x1 + x2 + x3 = 7
2x1 – 5x2 +x3 – x4 = 10
In chanocial form: Max Z= x1 + 2x2 + x3 – Mx5 – Mx6 (Minus cuz its
max
S.T. x1 + x2 + x3 + x5 = 7
2x1 – 5x2 +x3 – x4 + x6 = 10
Solution
Iteration 1: Basic: x5=7, x6=10. Z=-17M
1 2 1 0 -M -M
x1 x2 x3 x4 x5 x6
-M x5 1 1 1 0 1 0 7
-M x6 2 -5 1 -1 0 1 10
CJ 0 0 -
17M
Solution
C1= 1 – (-M,-M) = 1+3M
C2= 2 – (-M,-M) = 2-4M
C3= 1 – (-M,-M) = 1+2M
C4= 0 – (-M,-M) = -M
x1 is entering, x1= min{7,5}=5, x6 is leaving.
1
2
1
-5
1
1
0
-1
Solution
Iteration 2: Basic: x5=2, x1=5. Z=5-2M
1 2 1 0 -M -M
x1 x2 x3 x4 x5 x6
-M x5 0 7/2 1/2 1/2 1 -1/2 2
1 x1 1 -5/2 1/2 -1/2 0 1/2 5
CJ 0 0 0
Solution
C2= 2 – (-M,1 ) = (9+7M)/2
C3= 1 – (-M,1 ) = (1+M)/2
C4= 0 – (-M,1 ) = (1+M)/2
x2 is entering, x2= min{4/7,-2}=4/7, x5 is leaving.
7/2
-5/2
1/2
1/2
1/2
-1/2
Solution
Iteration 3: Basic: x2=4/7, x1=45/7. Z=53/7
1 2 1 0 -M -M
x1 x2 x3 x4 x5 x6
2 x2 0 1 1/7 1/7 2/7 -1/7 4/7
1 x1 1 0 6/7 -1/7 5/7 1/7 45/7
CJ 0 0 0 0 53/7
Solution
C3= 1 – ( 2,1 ) = -1/7
C4= 0 – ( 2,1 ) = -1/7
No entering variables, the current solution is optimal.
x2=4/7, x1=45/7, z= 53/7
1/7
6/7
1/7
-1/7
Example of unrestricted variables
Min Z= 3x1 + 2x2 + x3
S.T. 2x1 + 5x2 + x3 = 12
3x1+ 4x2 = 11
x2,x3 >=0, x1 is unrestricted
x1= x1’ – x1’’
Example of unrestricted variables
Min Z= 3x1’ – 3x1’’ + 2x2 + x3 + Mx4 + Mx5
S.T. 2x1’ – 2x1’’ + 5x2 + x3 + x4 = 12
3x1’ – 3x1’’ + 4x2 + x5 = 11
x1’, x1’’, x2, x3 >=0
Solution
Iteration 1: Basic: x4=12, x5=11. Z=-Mx4-Mx5=23M
X2 is entering and its equal to min{12/5,11/4}=12/5, so x4 is leaving
ZJ is obtained by adding the products of the elements under that
column with the corresponding CB values (the first column: 2M+3M)
CJ 3 -3 2 1 M M
CB Basis x1’ x1’’ x2 x3 x4 x5
M x4 2 -2 5 1 1 0 12
M x5 3 -3 4 0 0 1 11
ZJ 5M -5M 9M M M M 23M
CJ-ZJ 3-5M -3+5M 2-9M 1-M 0 0
Solution
Iteration 2: Basic: x2 and x5
X1’ is entering and its equal to min{6,1}=1, so x5 is leaving
CJ 3 -3 2 1 M M
C
B
Basi
s
x1’ x1’’ x2 x3 x4 x5
2 x2 2/5 -2/5 1 1/5 1/5 0 12/5
M x5 7/5 -7/5 0 -4/5 -4/5 1 7/5
ZJ 4/5-7/5M -4/5+7/5M 2 2/5+4/5M 2/5+4/5M -M 24/5-7/5M
CJ-
ZJ
11/5-7/5M -11/5+7/5M 0 3/5+4/5M 9/5M-2/5 0
Solution
Iteration 1: Basic: x1’ and x2.
X3 is entering and its equal to min{14/3,-7/4}=14/3, so x2 is leaving
CJ 3 -3 2 1 M M
CB Basis x1’ x1’’ x2 x3 x4 x5
2 x2 0 0 1 3/7 3/7 -2/7 2
3 x1’ 1 -1 0 -4/7 -4/7 5/7 1
ZJ 3 -3 2 -6/7 -6/7 11/7 7
CJ-
ZJ
0 0 0 13/7 -M+6/7 -M-11/7
Solution
Iteration 1: Basic: x4=12, x5=11. Z=-Mx4-Mx5=-23M
No entering variables so the solution is optimal
CJ 3 -3 2 1 -M -M
CB Basis x1’ x1’’ x2 x3 x4 x5
1 x3 0 0 7/3 1 1 -2/3 14/3
3 x1’ 1 -1 4/3 0 0 1/3 11/3
ZJ 3 -3 19/3 1 1 -2/3 1
CJ-
ZJ
0 0 -13/3 0 -M-1 -M-1/3

More Related Content

PDF
Chapter 4 Simplex Method ppt
PPT
4-The Simplex Method.ppt
PPTX
Big m method
PPTX
Operations Research - The Two Phase Method
PPTX
primal and dual problem
PDF
Simplex method: Slack, Surplus & Artificial variable
PPT
Simplex Method
DOC
Procedure Of Simplex Method
Chapter 4 Simplex Method ppt
4-The Simplex Method.ppt
Big m method
Operations Research - The Two Phase Method
primal and dual problem
Simplex method: Slack, Surplus & Artificial variable
Simplex Method
Procedure Of Simplex Method

What's hot (20)

PPT
Simplex two phase
PPT
Simplex method
PPT
Simplex Method
PPTX
Operation Research (Simplex Method)
PDF
Assignment problem
PPTX
Big-M Method Presentation
PPTX
Two Phase Method- Linear Programming
PPTX
Operations Research - The Dual Simplex Method
PPTX
Duality in Linear Programming
PPT
Graphical Method
PPT
Duality
PPT
Artificial Variable Technique –
DOCX
Simplex method - Maximisation Case
PPT
Lu decomposition
PPT
L20 Simplex Method
PPTX
Minimization model by simplex method
PPTX
Lpp simplex method
PDF
Duality in Linear Programming Problem
PPTX
Linear programming - Model formulation, Graphical Method
Simplex two phase
Simplex method
Simplex Method
Operation Research (Simplex Method)
Assignment problem
Big-M Method Presentation
Two Phase Method- Linear Programming
Operations Research - The Dual Simplex Method
Duality in Linear Programming
Graphical Method
Duality
Artificial Variable Technique –
Simplex method - Maximisation Case
Lu decomposition
L20 Simplex Method
Minimization model by simplex method
Lpp simplex method
Duality in Linear Programming Problem
Linear programming - Model formulation, Graphical Method
Ad

Similar to Operations Research - The Big M Method (20)

PPTX
The Big M Method - Operation Research
PPTX
the two phase method - operations research
DOC
Dual simplexmethod
PDF
Big m method
PPT
simplex method-maths 4 mumbai university
PPTX
MFCS2-Module1.pptx
PPTX
Bigm 140316004148-phpapp02
PPTX
Linear programming
PPT
Tp for b.tech. (mechanical)
PPTX
Ouantitative technics
PPTX
Linear programming simplex method
PPTX
Big M method
PPT
OR Linear Programming
PPTX
Linear-Programming-by-Simplex-Method.pptx
PDF
D026017036
PPTX
Linear programming ppt on operertion research
PPTX
Linear-Programming-by-Simplex-Method-Minimization-5.pptx
DOC
Combined
DOCX
MANSCIE: Simplex Solution
PPTX
OR presentation simplex.pptx
The Big M Method - Operation Research
the two phase method - operations research
Dual simplexmethod
Big m method
simplex method-maths 4 mumbai university
MFCS2-Module1.pptx
Bigm 140316004148-phpapp02
Linear programming
Tp for b.tech. (mechanical)
Ouantitative technics
Linear programming simplex method
Big M method
OR Linear Programming
Linear-Programming-by-Simplex-Method.pptx
D026017036
Linear programming ppt on operertion research
Linear-Programming-by-Simplex-Method-Minimization-5.pptx
Combined
MANSCIE: Simplex Solution
OR presentation simplex.pptx
Ad

More from Hisham Al Kurdi, EAVA, DMC-D-4K, HCCA-P, HCAA-D (20)

PPTX
PPTX
Present Perfect Simple and Continuous
PPTX
PPTX
PPTX
PPTX
Operations Research - Game Theory
PPTX
Operations Research - Sensitivity Analysis
PPTX
Operations Research - The Revised Simplex Method
PPTX
Operations Research - Simplex Method Tableau
PPTX
Operations Research - Simplex Method Principles
PPTX
Operations Research - Simplex Method Introduction
PPTX
Operations Research - Introduction
PPTX
Present Perfect Simple and Continuous
Operations Research - Game Theory
Operations Research - Sensitivity Analysis
Operations Research - The Revised Simplex Method
Operations Research - Simplex Method Tableau
Operations Research - Simplex Method Principles
Operations Research - Simplex Method Introduction
Operations Research - Introduction

Recently uploaded (20)

PDF
Basic Mud Logging Guide for educational purpose
PDF
Classroom Observation Tools for Teachers
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Business Ethics Teaching Materials for college
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Pre independence Education in Inndia.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
01-Introduction-to-Information-Management.pdf
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Complications of Minimal Access Surgery at WLH
PDF
Microbial disease of the cardiovascular and lymphatic systems
Basic Mud Logging Guide for educational purpose
Classroom Observation Tools for Teachers
human mycosis Human fungal infections are called human mycosis..pptx
Business Ethics Teaching Materials for college
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pharma ospi slides which help in ospi learning
Pharmacology of Heart Failure /Pharmacotherapy of CHF
O5-L3 Freight Transport Ops (International) V1.pdf
Pre independence Education in Inndia.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
01-Introduction-to-Information-Management.pdf
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
2.FourierTransform-ShortQuestionswithAnswers.pdf
Cell Structure & Organelles in detailed.
102 student loan defaulters named and shamed – Is someone you know on the list?
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Complications of Minimal Access Surgery at WLH
Microbial disease of the cardiovascular and lymphatic systems

Operations Research - The Big M Method

  • 1. Operations Research CHAPTER 06 - THE BIG M METHOD
  • 2. The Big M Method I. Multiply the inequality constraints to ensure that the right hand side is positive. II. For any greater-than or equal constraints, introduce surplus and artificial variables. III. Choose a large positive M and introduce a term in the objective of the form M multiplying the artificial variables. IV. For less-than constraints, introduce slack variables so that all constraints are equalities. V. Solve the problem using the usual simplex method.
  • 3. Example Min Z= -3x1 + x2 + x3 S.T. x1 – 2x2 + x3 <= 11 -4x1+ x2 + 2x3 >= 3 2x1 – x3 = -1
  • 4. Solution Write the problem in standard form and let the right hand side positive. Min Z= -3x1 + x2 + x3 S.T. x1 – 2x2 + x3 + x4 = 11, Slack -4x1 + x2 +2x3 – x5 = 3, Surplus -2x1 + x3 = 1
  • 5. Solution Write the problem in canonical form (add artificial variable to the 2nd and to the 3rd constraints). Add M to the artificial variables in the objective function In case the problem is a maximization problem, add –M as a coefficient to the artificial variables, Otherwise add M. Min Z= -3x1 + x2 + x3 + Mx6 + Mx7 S.T. x1 – 2x2 + x3 + x4 = 11 -4x1 + x2 +2x3 – x5 + x6 = 3 -2x1 + x3 + x7 = 1
  • 6. Solution Iteration 1: Basic: x4=11, x6=3, x7=1. Z=Mx6+Mx7=3M+M=4M -3 1 1 0 0 M M x1 x2 x3 x4 x5 x6 x7 0 x4 1 -2 1 1 0 0 0 11 M x6 -4 1 2 0 -1 1 0 3 M x7 -2 0 1 0 0 0 1 1 CJ 0 0 0
  • 7. Solution C1= -3 – (0,M,M) = 6M-3 >0 C2= 1 – (0,M,M) = 1-M <0 C3= 1 – (0,M,M) = 1-3M <0 C5= 0 – (0,M,M) = M >0 x3 is entering, x3= min{11,3/2,1}=1, x7 is leaving. 1 -4 -2 -2 1 0 1 2 1 0 -1 0
  • 8. Solution Iteration 2: Basic: x4=11-1=10, x6=3-2=1, x3=1. Z=1+M -3 1 1 0 0 M M x1 x2 x3 x4 x5 x6 x7 0 x4 3 -2 0 1 0 0 -1 10 M x6 0 1 0 0 -1 1 -2 1 1 x3 -2 0 1 0 0 0 1 1 CJ 0 0 0 0
  • 9. Solution C1= -3 – (0,M,1) = -1 <0 C2= 1 – (0,M,1) = 1-M <0 C5= 0 – (0,M,1) = M >0 x2 is entering, x2= min{-5,1,inf.}=1, x6 is leaving. Basic: x4=12, x2=1, x3=1. Z=2. 3 0 -2 -2 1 0 0 -1 0
  • 10. Solution Iteration 3: Basic: x4=12, x2=1, x3=1. Z=2 -3 1 1 0 0 M M x1 x2 x3 x4 x5 x6 x7 0 x4 3 0 0 1 -2 2 -5 12 1 x2 0 1 0 0 -1 1 -2 1 1 x3 -2 0 1 0 0 0 1 1 CJ 0 0 0 0 0
  • 11. Solution C1= -3 – (0,1,1) = -1 <0 C5= 0 – (0,1,1) = 1 >0 x1 is entering, x1= min{4,inf.,-1/2}=4, x4 is leaving. Basic: x1=4, x2=1, x3=9. Z=-2. 3 0 -2 -2 -1 0
  • 12. Solution Iteration 4: Basic: x1=4, x2=1, x3=9. Z=-2 -3 1 1 0 0 M M x1 x2 x3 x4 x5 x6 x7 -3 x1 1 0 0 1/3 -2/3 2/3 -5/3 4 1 x2 0 1 0 0 -1 1 -2 1 1 x3 0 0 1 2/3 -4/3 4/3 -7/3 9 CJ 0 0 0 0 0 0
  • 13. Solution C5= 0 – (-3,1,1) = 1/3 >0 No entering variables. The current solution is optimal. x1=4, x2=1, x3=9, Z=-2 -2/3 -1 -4/3
  • 14. Example 2 Max Z= x1 + 2x2 + x3 S.T. x1 + x2 + x3 = 7 2x1 – 5x2 +x3 >= 10 In standard form: Max Z= x1 + 2x2 + x3 S.T. x1 + x2 + x3 = 7 2x1 – 5x2 +x3 – x4 = 10 In chanocial form: Max Z= x1 + 2x2 + x3 – Mx5 – Mx6 (Minus cuz its max S.T. x1 + x2 + x3 + x5 = 7 2x1 – 5x2 +x3 – x4 + x6 = 10
  • 15. Solution Iteration 1: Basic: x5=7, x6=10. Z=-17M 1 2 1 0 -M -M x1 x2 x3 x4 x5 x6 -M x5 1 1 1 0 1 0 7 -M x6 2 -5 1 -1 0 1 10 CJ 0 0 - 17M
  • 16. Solution C1= 1 – (-M,-M) = 1+3M C2= 2 – (-M,-M) = 2-4M C3= 1 – (-M,-M) = 1+2M C4= 0 – (-M,-M) = -M x1 is entering, x1= min{7,5}=5, x6 is leaving. 1 2 1 -5 1 1 0 -1
  • 17. Solution Iteration 2: Basic: x5=2, x1=5. Z=5-2M 1 2 1 0 -M -M x1 x2 x3 x4 x5 x6 -M x5 0 7/2 1/2 1/2 1 -1/2 2 1 x1 1 -5/2 1/2 -1/2 0 1/2 5 CJ 0 0 0
  • 18. Solution C2= 2 – (-M,1 ) = (9+7M)/2 C3= 1 – (-M,1 ) = (1+M)/2 C4= 0 – (-M,1 ) = (1+M)/2 x2 is entering, x2= min{4/7,-2}=4/7, x5 is leaving. 7/2 -5/2 1/2 1/2 1/2 -1/2
  • 19. Solution Iteration 3: Basic: x2=4/7, x1=45/7. Z=53/7 1 2 1 0 -M -M x1 x2 x3 x4 x5 x6 2 x2 0 1 1/7 1/7 2/7 -1/7 4/7 1 x1 1 0 6/7 -1/7 5/7 1/7 45/7 CJ 0 0 0 0 53/7
  • 20. Solution C3= 1 – ( 2,1 ) = -1/7 C4= 0 – ( 2,1 ) = -1/7 No entering variables, the current solution is optimal. x2=4/7, x1=45/7, z= 53/7 1/7 6/7 1/7 -1/7
  • 21. Example of unrestricted variables Min Z= 3x1 + 2x2 + x3 S.T. 2x1 + 5x2 + x3 = 12 3x1+ 4x2 = 11 x2,x3 >=0, x1 is unrestricted x1= x1’ – x1’’
  • 22. Example of unrestricted variables Min Z= 3x1’ – 3x1’’ + 2x2 + x3 + Mx4 + Mx5 S.T. 2x1’ – 2x1’’ + 5x2 + x3 + x4 = 12 3x1’ – 3x1’’ + 4x2 + x5 = 11 x1’, x1’’, x2, x3 >=0
  • 23. Solution Iteration 1: Basic: x4=12, x5=11. Z=-Mx4-Mx5=23M X2 is entering and its equal to min{12/5,11/4}=12/5, so x4 is leaving ZJ is obtained by adding the products of the elements under that column with the corresponding CB values (the first column: 2M+3M) CJ 3 -3 2 1 M M CB Basis x1’ x1’’ x2 x3 x4 x5 M x4 2 -2 5 1 1 0 12 M x5 3 -3 4 0 0 1 11 ZJ 5M -5M 9M M M M 23M CJ-ZJ 3-5M -3+5M 2-9M 1-M 0 0
  • 24. Solution Iteration 2: Basic: x2 and x5 X1’ is entering and its equal to min{6,1}=1, so x5 is leaving CJ 3 -3 2 1 M M C B Basi s x1’ x1’’ x2 x3 x4 x5 2 x2 2/5 -2/5 1 1/5 1/5 0 12/5 M x5 7/5 -7/5 0 -4/5 -4/5 1 7/5 ZJ 4/5-7/5M -4/5+7/5M 2 2/5+4/5M 2/5+4/5M -M 24/5-7/5M CJ- ZJ 11/5-7/5M -11/5+7/5M 0 3/5+4/5M 9/5M-2/5 0
  • 25. Solution Iteration 1: Basic: x1’ and x2. X3 is entering and its equal to min{14/3,-7/4}=14/3, so x2 is leaving CJ 3 -3 2 1 M M CB Basis x1’ x1’’ x2 x3 x4 x5 2 x2 0 0 1 3/7 3/7 -2/7 2 3 x1’ 1 -1 0 -4/7 -4/7 5/7 1 ZJ 3 -3 2 -6/7 -6/7 11/7 7 CJ- ZJ 0 0 0 13/7 -M+6/7 -M-11/7
  • 26. Solution Iteration 1: Basic: x4=12, x5=11. Z=-Mx4-Mx5=-23M No entering variables so the solution is optimal CJ 3 -3 2 1 -M -M CB Basis x1’ x1’’ x2 x3 x4 x5 1 x3 0 0 7/3 1 1 -2/3 14/3 3 x1’ 1 -1 4/3 0 0 1/3 11/3 ZJ 3 -3 19/3 1 1 -2/3 1 CJ- ZJ 0 0 -13/3 0 -M-1 -M-1/3