Session 6
Session 6
SESSION 14
INSTRUCTOR: ANAND KUMAR
Relationship between LP and IP
Assuming that we are solving a Maximization problem, let
Z*LP = Value of LP optimal solution
Z*IP = Value of IP optimal solution
What is the relationship between these?
Z*LP ≥ Z*IP Why?
What about Minimization problem?
ZIP=105
105
Z*LP=100
(3.7,2.9)
(3.4,2.0)
As the sets are sub-divided, for some of them LP solution will be integral.
Keep track of the best integer solution that you come across.
The current best known integer solution is the incumbent solution.
As and when a better integer solution is found, the incumbent is updated.
ZINC is the value of incumbent solution.
ZINC provides
a lower bound on optimum IP solution (Maximization Problem)
a upper bound on optimum IP solution (Minimization Problem)
ZINC ≤ Z*IP (Max Prob.), ZINC ≥ Z*IP (Min Prob.)
(2,0.75)
14.8 11.75
x2 ≤ 0 x2 ≥ 1
(4,0) (2,1)
16 13
x1+5x3 <= 10
x1+x2-x3 <= 1
6x1-5x2 <= 0
-x1+2x3-2x4 <= 3