Tutorial sheet-5
Tutorial sheet-5
1. Solve the following Integer Linear Programming Problems (ILPP) by Branch and Bound
Algorithm:
(vii) Min z 3x1 4 x2 , s / t 3x1 x2 12, 3x1 11x2 66, x1 , x2 0 and integer.
(viii) Max z 2 x1 3 x2 , s / t 6 x1 5x2 x3 25, x1 3x2 x4 10, x1 , x2 , x3 , x4 0 and x1, x2 are integers.
Solutions:
(i) Max z 6, x1 2, x2 0.
(iv) Max z 55, x1 4, x2 3.
(v) Max z 14, x1 2, x2 2.
(vi) Min z 12, x1 0, x2 3.
(vii) Min z 31, x1 5, x2 4.
(viii) Max z 11, x1 1, x2 3.