Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider the following BnB enumeration tree: Answer the following based on the above tree, using the strategies discussed in the class. Note: IFS stands for
Consider the following BnB enumeration tree: Answer the following based on the above tree, using the strategies discussed in the class. Note: IFS stands for Integer Feasible Solution. (d) Is it a maximization or a minimization problem? Explain. (e) Write all the possible pairwise relations among A, B, C, D. Also suggest a possible upper or lower value for A,B,C,D. (f) What could be the node selection strategy in the above tree? Explain your answer using: best bound, depth first best back, breadth first best next, most recent. (g) What could be the branching direction selection strategy in the above tree? Explain your answer using: branch-up, branch-down, mixed. (h) At (P3), the LP solution is x1(3)=5,x2(3)=3.1,x3(3)=7,x4(3)=5.9. What could be the variable selection strategy? Explain your answer using: highest fraction, lowest fraction, or nearest to integer. (i) Write the relationship between E&F. Also suggest a possible upper or lower value for E&F. (j) Explain a possible sequence of events that occurred from node (P7) to node (P9). Based on the explanation, what should be the next node to process? (k) What is the incumbent solution in the above tree? How far is it from the global optimal solution
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