Integer Programming Problem
Integer Programming Problem
PROBLEM
INTEGER PROGRAMMING (IP)
. . . . . . . . . . . . . .
x1, x2 ≥ 0; (3)
x1, x2 integers (4)
SOLUTION;-
A(0.5, 0), φ(x) = 1.5
B(2.5, 0), φ(x) = 7.5
C(3.5, 1.5), φ(x) = 16.5
D(0.5, 3), φ(x) = 13.5
F(0, 0.5) φ(x) = 2
So optimal solution is at C(3.5, 1.5)
i.e; when x1 = 3.5, x = 1.5 and the maximum value of φ is
φ(3.5, 1.5) = 3×3.5+4×1.5 = 16.5
Now if we round off the optimal solution to nearest integers
(i.e, 0.5 to 0 or 1)
We can round off our solution
(3.5, 1.5) to (3, 1) , (3,2), (4,1), (4,2).
Of these (3,2), (4,1), (4,2) ae not feasible. So the only feasible solution
is (3,1).
So the optimal solution is, Φ(3,1) = 3×3+4×1 = 13
Now consider the given ILP problem.
i.e we restrict x1 and x2 to integers
Now the feasible solution is the set of points consisting of (1,0), (2,0),
(0,1), (1,1), (2,1), (3,1), (0,2), (1,2), (2,2)
Finding the value of φ t these points, we get
Φ(1, 0) = 3 Φ(3, 1) = 13
Φ(2, 0) = 6 Φ(0, 2) = 8
Φ(0, 1) = 4 Φ(1, 2) = 11
Φ(1, 1) = 7 Φ(2, 2) = 14
Φ(2, 1) = 10
Difficult to understand
Too complex
Limited scope