Filters
Question type

Study Flashcards

Consider the following integer programming problem. Solve it using the branch and bound method. What are the optimal values of x1, x2 and Z? Maximize Z=2x1+x2\mathrm { Z } = 2 x _ { 1 } + x _ { 2 } Subject to: 2x1+2x27\quad 2 x _ { 1 } + 2 x _ { 2 } \leq 7                    4x1+x211~~~~~~~~~~~~~~~~~~~4 x _ { 1 } + x _ { 2 } \leq 11                    x1~~~~~~~~~~~~~~~~~~~x _ { 1 } and x20x _ { 2 } \geq 0

Correct Answer

verifed

verified

x1

View Answer

Which of the following can be used to solve integer programs with 2 variables? I. Graphical techniques II. Complete enumeration III. Relaxed LP solutions IV. Branch and bound


A) I, II, III, and IV
B) I and III
C) I, II, and IV
D) I and IV
E) I, II and III

Correct Answer

verifed

verified

An ________ solution is reached when a feasible integer solution is reached at a node that has an upper bound equal to lower bound.

Correct Answer

verifed

verified

The branch and bound solution method cannot be applied to 0-1 integer programming problems.

Correct Answer

verifed

verified

A rounded-down integer solution can result in a less than optimal solution.

Correct Answer

verifed

verified

The Wiethoff Company has a contract to produce 10,000 garden hoses for a customer. Wiethoff has four different machines that can produce this kind of hose. Because these machines are from different manufacturers and use differing technologies, their specifications are not the same and not all four machines have to be used to produce all of the garden hoses.  Fixed Cost to SetupVariable Cost Machine  Production Run  per Hose  Capacity 17501.25600025001.507500310001.00400043002.005000\begin{array}{cccc}&\text { Fixed Cost }\\&to~ Setup&Variable ~Cost\\\text { Machine } & \text { Production Run } & \text { per Hose } & \text { Capacity } \\\hline 1 & 750 & 1.25 & 6000 \\2 & 500 & 1.50 & 7500 \\3 & 1000 & 1.00 & 4000 \\4 & 300 & 2.00 & 5000\end{array} This problem requires two different kinds of decision variables. Clearly define each kind.

Correct Answer

verifed

verified

Xi = the numb...

View Answer

A linear programming model solution with no integer restrictions is called a ________ solution.

Correct Answer

verifed

verified

In using the branch and bound method, we always branch from the node with the ________ upper bound.

Correct Answer

verifed

verified

The upper bound at the initial node of a branch and bound tree is given by


A) the value of the objective function of the LP relaxation .
B) the value of the objective function after the LP relaxation solution is rounded down to an integer solution.
C) the value of the objective function corresponding to an integer feasible solution determined on the basis of trial and error.
D) cannot be determined

Correct Answer

verifed

verified

The optimal integer solution will always be between the ________ bound of the relaxed solution and a lower bound of the rounded-down integer solution.


A) lower
B) optimal
C) upper
D) all of the above

Correct Answer

verifed

verified

The number of nodes considered in a branch and bound tree for maximization integer programming problems is always minimized by going to the node with the largest upper bound.

Correct Answer

verifed

verified

The branch and bound method is a solution approach that partitions the ________ solution space into smaller subsets of solutions.


A) infeasible
B) feasible
C) optimal
D) all of the above

Correct Answer

verifed

verified

Branch and bound cannot be used to solve mixed integer programs.

Correct Answer

verifed

verified

Consider the following integer programming problem. Solve it using the branch and bound method. What are the optimal values of x1, x2, and Z? Maximize \mathrm    { Z } = 2 x _ { 1 } + x _ { 2 } Subject to: \quad    2 x _ { 1 } + 2 x _ { 2 } \leq 7            4x1+x2114 x _ { 1 } + x _ { 2 } \leq 11              x1x _ { 1 } and x20x _ { 2 } \geq 0


A) x1 = 1, x2 = 2, Z = 4
B) x1= 2, x2 = 1, Z = 5
C) x1 = 1, x2 = 1, Z = 3
D) x1 = 0, x2= 3, Z = 3
E) x1 = 2, x2 = 2, Z = 6

Correct Answer

verifed

verified

Consider the following integer LP.  MAX x1+5x2 subject to: x1+10x220x12x1,x20 and integer \begin{array} { l l } \text { MAX } & x _ { 1 } + 5 x _ { 2 } \\\text { subject to: } & x _ { 1 } + 10 x _ { 2 } \leq 20 \\& x _ { 1 } \leq 2 \\& x _ { 1 } , x _ { 2 } \geq 0 \text { and integer }\end{array} Solve for the value of x2 at the first node and identify the constraint below that correctly represents one of the descendant branches.


A) x2 ? 1
B) x2 ? 1
C) x2 ? 2
D) x2 ? 0

Correct Answer

verifed

verified

A linear programming model solution with no integer restrictions is called a relaxed solution.

Correct Answer

verifed

verified

In solving a maximization problem, the optimal profit associated with the relaxed solution (LP-relaxation) is always less than or equal to the value of the optimal profit associated with the integer solution.

Correct Answer

verifed

verified

A ________ solution is not guaranteed by rounding down non-integer solution values.

Correct Answer

verifed

verified

A linear programming model solution with no integer restrictions is called a(n) ________ solution.


A) optimal
B) feasible
C) relaxed
D) all of the above

Correct Answer

verifed

verified

Consider a capital budgeting example with five projects from which to select. Let xi = 1 if project a is selected, 0 if not, for i = 1, 2, 3, 4, 5. Write the appropriate constraint(s) for the following condition: If project 1 is chosen, project 5 must not be chosen.

Correct Answer

verifed

verified

x1

View Answer

Showing 21 - 40 of 63

Related Exams

Show Answer