Question: ( 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.
 (a)(i) Describe the Backtracking and Jumptracking strategies for branching (to solve

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!