Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( a ) ( i ) Describe the Backtracking and Jumptracking strategies for branching ( to solve Integer Programming problems ) . ( ii )

(a)(i) Describe the Backtracking and Jumptracking strategies for branching (to
solve Integer Programming problems).(ii) Describe at least one advantage
and one disadvantage of each of the two strategies.
(b) Using the backtracking branch-and-bound algorithm, solve the following in-
stance of MAX-SAT. In the algorithm, assign a variable the value 1? true be-
fore assigning it the value 0? false. Depict the search tree and justify your
answer.
F1=x1vvnotx2,F2=x1vvx3vvx4,F3=notx1vvx2,
F4=x1vvnotx3vvnotx4,F5=x2vvnotx3vvx4,F6=x1vvnotx3vvx4,
F7=x1vvx3,F8=x1vvnotx4,F9=notx1vvnotx3,
F10=x1vvnotx3,F11=notx1vvx4.,
(c) Consider the following LP problem.
maximize -4x1+12x2
subject to-x1-x2,21
x1-7x2+x3=23
2x1+3x2,10
x1,x2,x30
Suppose we wish to solve this problem using the Two-phase method. Write
down the LP problem that should be solved in the first phase of the Two-
phase method using the minimum number of artificial variables. (Do not
attempt to actually solve it.) What outcome of the first phase would indicate
that the LP problem has a feasible solution?
(d) State the Bin Packing Problem (BPP) and explain in words how the Next Fit,
First Fit and First Fit Decreasing heuristics work. Run each of these three
heuristics on the following example: Let b=1 be the capacity of each bin
and L=(12,110,12,14,13,34,12). Which of the above heuristics can be used for
the online version of BPP? Justify your answer.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Secrets Of Analytical Leaders Insights From Information Insiders

Authors: Wayne Eckerson

1st Edition

1935504347, 9781935504344

More Books

Students also viewed these Databases questions

Question

Psychological issues associated with officiating/refereeing

Answered: 1 week ago