Integer Programming Short Questions
Integer Programming Short Questions
Integer Programming Short Questions
Short Questions
Questions
3. Solve the following ILP problem using the Gomory cutting plane algorithm?
Maximize 7X1 + 2X2 + 5X3
Subject to 2X1 + X2 + X3 ≤ 9
X1 + 2 X2 + 4X3 ≤ 16
Xj ≥ 0 and integer
4. Solve the following ILP problem using the Gomory cutting plane algorithm?
Minimize 3X1 + 4X2
Subject to 2X1 - X2 ≥ 5
-X1 + 3X2 ≥ 6
Xj ≥ 0 and integer
5. Solve the following ILP problem using the branch and bound algorithm?
Maximize 7X1 + 2X2 + 5X3
Subject to 2X1 + X2 + X3 ≤ 9
X1 + 2 X2 + 4X3 ≤ 16
Xj ≥ 0 and integer
6. Solve the following ILP problem using the branch and bound algorithm?
Minimize 3X1 + 4X2
Subject to 2X1 - X2 ≥ 5
-X1 + 3X2 ≥ 6
Xj ≥ 0 and integer
7. Solve the following ILP problem using the all integer dual algorithm?
Minimize 3X1 + 4X2
Subject to 2X1 - X2 ≥ 5
-X1 + 3X2 ≥ 6
Xj ≥ 0 and integer
8. Solve the following ILP problem using all integer primal algorithm?
Maximize 7X1 + 2X2 + 5X3
Subject to 2X1 + X2 + X3 ≤ 9
X1 + 2 X2 + 4X3 ≤ 16
Xj ≥ 0 and integer
9. Solve the following ILP problem using the Gomory cutting plane algorithm?
Maximize 2X1 + 3X2
Subject to -X1 + 2X2 ≤ 6
2X1 - X2 ≤ 7
Xj ≥ 0 and integer
10. Solve the following ILP problem using the branch and bound algorithm?
Maximize 2X1 + 3X2
Subject to -X1 + 2X2 ≤ 6
2X1 - X2 ≤ 7
Xj ≥ 0 and integer
11. Solve the following ILP problem using the all integer primal algorithm?
Maximize 2X1 + 3X2
Subject to -X1 + 2X2 ≤ 6
2X1 - X2 ≤ 7
Xj ≥ 0 and integer
12. Solve the following MILP problem using the cutting plane algorithm?
Minimize 3X1 + 4X2
Subject to 2X1 - X2 ≥ 5
-X1 + 3X2 ≥ 6
X1 ≥ 0 and integer; X2 ≥ 0
13. Solve the following MILP problem using the branch and bound algorithm?
Minimize 3X1 + 4X2
Subject to 2X1 - X2 ≥ 5
-X1 + 3X2 ≥ 6
X1 ≥ 0 and integer; X2 ≥ 0
14. Solve the following MILP problem using the Benders partitioning algorithm?
Minimize 3X1 + 4X2
Subject to 2X1 - X2 ≥ 5
-X1 + 3X2 ≥ 6
X1 ≥ 0 and integer; X2 ≥ 0
15. Solve the following MILP problem using the cutting plane algorithm?
Maximize 2X1 + 3X2
Subject to -X1 + 2X2 ≤ 6
2X1 - X2 ≤ 7
X2 ≥ 0 and integer; X1 ≥ 0
16. Solve the following MILP problem using the branch and bound algorithm?
Maximize 2X1 + 3X2
Subject to -X1 + 2X2 ≤ 6
2X1 - X2 ≤ 7
X2 ≥ 0 and integer; X1 ≥ 0
17. Solve the following MILP problem using the Benders partitioning algorithm?
Maximize 2X1 + 3X2
Subject to -X1 + 2X2 ≤ 6
2X1 - X2 ≤ 7
X2 ≥ 0 and integer; X1 ≥ 0