Answered step by step
Verified Expert Solution
Question
1 Approved Answer
( a ) ( i ) Describe the Backtracking and Jumptracking strategies for branching ( to solve Integer Programming problems ) . ( ii )
ai Describe the Backtracking and Jumptracking strategies for branching to
solve Integer Programming problemsii Describe at least one advantage
and one disadvantage of each of the two strategies.
b Using the backtracking branchandbound algorithm, solve the following in
stance of MAXSAT. In the algorithm, assign a variable the value true be
fore assigning it the value false. Depict the search tree and justify your
answer.
c Consider the following LP problem.
maximize
subject
Suppose we wish to solve this problem using the Twophase 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 be the capacity of each bin
and Which of the above heuristics can be used for
the online version of BPP Justify your answer.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started