Integer programming, transportation problem - Question Bank
1. The transportation problem formulation is a specific application of which broader class of optimization problems?
2. In integer programming, if the optimal solution to the LP relaxation is fractional, what action is typically taken in the Branch and Bound method?
3. Which of the following is a valid constraint for a binary integer programming problem?
4. The transportation problem assumes that:
5. A 'knapsack problem' is a type of integer programming problem that involves:
6. When is the Branch and Bound method guaranteed to find the optimal integer solution?
7. What is the 'penalty cost' in Vogel's Approximation Method (VAM)?
8. If a transportation problem has m sources and n destinations, how many basic variables are required for a non-degenerate basic feasible solution?
9. Which of the following scenarios would most likely require Integer Programming?
10. In the context of solving the transportation problem using MODI, what are u_i and v_j typically used for?
11. The Least Cost Method for initial solution allocation prioritizes:
12. Which of the following is NOT a standard method for finding an initial feasible solution to the transportation problem?
13. In a transportation problem, if an optimal solution is not unique, it means:
14. What is the main challenge in solving large-scale integer programming problems?
15. Gomory's cutting-plane algorithm generates cuts from:
16. The cutting-plane method for solving integer programs aims to:
17. Consider a fixed-charge problem in integer programming. What kind of variable is typically used to model the fixed cost?
18. Which of the following constraints is characteristic of integer programming and not standard linear programming?
19. What is the 'gap' in the context of Branch and Bound for integer programming?
20. In integer programming, a feasible solution that satisfies the integer requirements is called:
21. Which algorithm is commonly used to solve the Assignment Problem?
22. The Assignment Problem can be viewed as a special case of the transportation problem where:
23. What is a 'transshipment problem'?
24. How is degeneracy typically handled in the transportation problem?
25. What is the significance of the 'degeneracy' in a transportation problem?
26. The MODI method is an alternative to which other method for checking optimality in transportation problems?
27. In the context of the transportation problem, what does the MODI (Modified Distribution) method aim to achieve?
28. What is the primary goal of Vogel's Approximation Method (VAM) for the transportation problem?
29. The Stepping Stone Method improves an initial feasible solution by:
30. Which method is specifically designed for finding the optimal solution to the transportation problem?
31. The North-West Corner Rule for finding an initial solution starts allocation from which cell?
32. Which method is used to find an initial basic feasible solution for the transportation problem?
33. If total demand exceeds total supply in a transportation problem, how is it typically balanced?
34. If total supply exceeds total demand in a transportation problem, how is it typically balanced?
35. What condition must be met for a transportation problem to be 'balanced'?
36. In a transportation problem, what does a 'destination' represent?
37. In a transportation problem, what does a 'source' represent?
38. Which problem is a special case of the transportation problem where the objective is to minimize the total cost of shipping goods from a set of sources to a set of destinations?
39. The 'Big M' method in IP is used to handle:
40. Which type of constraint is often introduced in IP to model 'either-or' situations?
41. In the Branch and Bound method, when is a node considered 'fathomed'?
42. What is 'LP relaxation' in the context of Branch and Bound for IP?
43. The Branch and Bound method for IP typically involves:
44. Which of the following is a common method for solving Integer Programming problems?
45. What is a special case of Integer Programming where variables can only take values of 0 or 1?
46. In Mixed Integer Programming (MIP), what types of variables are allowed?
47. Which type of integer programming problem requires all decision variables to be integers?
48. What is the primary objective of Integer Programming (IP) compared to Linear Programming (LP)?