Revision ILP
Revision ILP
Given a linear programming problem in the general form. Which statement below is true?
Question 2.
A Cannot convert to the standard form.
B Can convert to standard form, depending on the specific case.
C Can convert to standard form by removing some variables.
D Can convert to standard form by adding some variables.
Question 6. When using the simplex method to solve the MAX problem, we find that when all the ratios(λ) in
the row used to select the pivot elements are negative, then
A the solution is optimal. B the solution is unbounded.
C the solution is degenerate D the solution is infeasible
Question 12. In the simplex method, the reduced cost of the objective function rN = cTN − cTB B −1 N is used to
A find a basic solution B give a conclusion about whether the feasible region is empty or not
C check the optimal condition at the basic feasible solution
D calculate an extreme point of the feasible region.
Question 16. Loan has 15 acres of arable land. She wants to grow wheat or corn on this land. The land can give
a profit of 80 million VND/acre of wheat and 50 million VND/acre of corn. The labor and fertilizer
used for each sample are listed in the table below
wheat corn
Labor 3 2
Fertilizer 3 quintals 10 quintals
Currently, there are 100 quintals of fertilizer available on the land and 30 workers are employed.
Consider X and Y as the number of wheat and corn samples, respectively (assuming we only consider
X, Y ∈ N ). Then the possible value of X is
A 10 B 15 C 11 D 16
Question 17. Consider a linear program finding minimum which has the initial simplex tableau as below.
1 1 1 0 0
x1 x2 x3 x4 x5 Rhs
-1 1 2 0 0 2
1 0 -1 0 1 3
2 0 1 1 0 4
r1 r2 r3 r4 r5 -2
Suppose that x2 , x5 , x4 are basic variables. Then, the value of reduced cost ri , for i = 1, 2, 3, 4, 5
should be
A (−2, 0, 1, 0, 0) B (0, 2, 1, 0, 0) C (0, 1, 2, 0, 0) D (2, 0, −1, 0, 0)
x1 − x3 = 1
x3 + x4 = 6
x2 − 2x3 = 3
xi ≥ 0, where i = 1, 2, 3, 4
then, the point (1, 3, 0, 6)
A is a basic feasible solution but not an optimal solution.
B is an optimal solution.
C is not a basic feasible solution.
D is not in the feasible set.
Question 19. Consider a general linear program
min −2x1 + 3x2
x1 ,x2
Which one of followings can change the problem into standard form?
A 3x + 4x2 + x3 = 24; 7x1 − 4x2 + x4 = 16, với x3 , x4 ≤ 0.
1
B 3x1 + 4x2 − x3 = 24; 7x1 − 4x2 − x4 = 16, với x3 , x4 ≥ 0.
C 3x1 + 4x2 + x3 = 24; 7x1 − 4x2 + x4 = 16, với x3 , x4 ≥ 0.
D −3x1 − 4x2 + x3 = 24; −7x1 + 4x2 + x4 = 16, với x3 , x4 ≤ 0.
subject to
5x1 + 2x3 − 6x4 = 5,
3x2 − x3 + 2x4 = 5,
xi ≥ 0, where i = 1, 2, 3, 4
Question 21. Consider a linear program finding minimum which has the simplex tableau for basic variables
{x2 , x4 , x5 } as below.
1 1 1 0 0
x1 x2 x3 x4 x5 Rhs
-1 1 2 0 0 2
1 0 -1 0 1 3
2 0 1 1 0 4
2 0 -1 0 0 -f(x)
4x − 3y ≤ 0
x + y ≤ 10
x, y ≥ 0
Question 24. Consider a linear program finding minimum which has the simplex tableau for basic variables
{x2 , x4 , x5 } as below.
1 1 1 0 0
x1 x2 x3 x4 x5 Rhs
-1 1 2 0 0 2
1 0 -1 0 1 3
2 0 1 1 0 4
2 0 -1 0 0 -f(x)
Question 25. An electronics firm decides to launch two models of a tablet, TAB1 and TAB2. The cost of making
each device of type TAB1 is $120 and the cost for TAB2 is $160. The firm recognizes that this is
a risky venture, so it decides to limit the total weekly production costs to $4000. Also, due to a
shortage of skilled labor, the total number of tablets that the firm can produce in a week is at most
30. The profit made on each device is $600 for TAB1 and $700 for TAB2. How should the firm
arrange production to maximise profit?
A 20 tablets of model TAB1 and 10 of model TAB2.
B 15 tablets of model TAB1 and 15 of model TAB2.
C 20 tablets of model TAB1 and 15 of model TAB2.
D 15 tablets of model TAB1 and 10 of model TAB2.
The first step in a branch and bound approach to solving integer programming problems is to
Question 26.
A change the objective function coefficients to whole integer numbers.
B graph the problem.
C solve the original problem using LP by allowing continuous noninteger solutions.
D compare the lower bound to any upper bound of your choice.
Question 28. When using the branch and bound method in integer programming maximization problem, the
stopping rule for branching is to continue until
A the objective function is zero.
B the new upper bound is less than or equal to the lower bound or no further branching is
possible.
C the new upper bound exceeds the lower bound.
D the lower bound reaches zero.
Question 29. In the branch and bound method of solving a linear programming problem with integer variables,
if an optimal solution of a linear programming relaxation problem is an integer, then it is
A a feasible solution of the original problem.
B an optimal solution of the original problem.
C an infeasible solution of the original problem.
D a degenerate solution of the original problem.
Question 30. The relaxation in the branch-and-bound approach for solving a linear integer program performs to
A assign all variables to zero. B assign all variables to one.
C drop all integer variables. D drop integer constraint of variables.
Question 33. In a feasible basic solution, all the variables (with the possible exception of the objective) are
nonnegative.
A True. B False.
Question 34. You should always make sure that there are no negative numbers in the rightmost column (with
the possible exception of the objective) before choosing a pivot.
A True. B False.
Question 35. When all the variables (with the possible exception of the objective) are nonnegative and all the
numbers in the bottom row are nonnegative (with the possible exception of the rightmost) you are
done with the simplex method.
A True. B False.