14 Intro To Integer Programming
14 Intro To Integer Programming
• Manufacturing airplanes
• LP Relaxation
MAX: 2X1 + 3X2
S.T.: X1 + 3X2 <= 8.25
2.5X1 + X2 <= 8.75
X1, X2 >= 0
Integer
Feasible vs.
LP Feasible
Region
Solving ILP When solving an LP relaxation, sometimes you “get
lucky” and obtain an integer feasible solution.
Problems
This was the case in the original Blue Ridge Hot Tubs
problem in earlier chapters.