Question 1: Solve the following binary programming problem using exhaustive enumeration procedure, Min. F = 7x1 - 5x2 +
Posted: Thu May 12, 2022 3:39 pm
Question 1: Solve the following binary programming problem using exhaustive enumeration procedure, Min. F = 7x1 - 5x2 + 10x3 - 3x4 + X5 Subject to: 3x1 + x2 - 5x3 + x4 + 4x5 SO, = 6x1 + 2x2 – 3x3 + 2x4 + 2x5 > 4, X1 - 2x3 – X4 + x5 S-2, Xi = 0 or 1, i = 1,2....,5.