6. Solve Integer Knapsack problem using Enumeration. Find optimal solution Maximize Z= 6x1 + 7x2 +8x3 Subject to 4x1 + 5
Posted: Thu Jun 02, 2022 8:14 am
6. Solve Integer Knapsack problem using Enumeration. Find optimal solution Maximize Z= 6x1 + 7x2 +8x3 Subject to 4x1 + 5x2 + 6x3 ≤ 10 x₁ = 0 or 1; j = 1,...,3