Question
solve the following LP by hand using Branch-and-Bound. Can use any solver for the LPs.

minimize tal que -7:01 - 2.02 -21 +2:02 < 4 5x1 + x2 < 20 -2.21 - 222 < -7 X1, X2 E ZI

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Step1

  • I have setup the objective function and constraints and setup bound as (0,0)
  • I have taken sumproduct for objective and constratint vs decision variable and
  • also applied the constraints limits as given in the problem.
  • Then I have just setup a min objective for decision variables and with decision variables >= bound values , as a Simplex LP.

A B с D E F 1 2 3 -2 2 4. 5 x1 -7 -1 5 -2 0 Objective Constraint 1 Constraint 2 Constraint 3 Bound Decision variable =SUMPROD

Solver Parameters X Set Objective: $D$3 To: Max Min Value of: 0 By Changing Variable Cells: $B$8:$C$8 Subject to the Constrai

A B C D E F G 1 نيا -2 2 =SUMPRODUCT(B3:C3, $B$8:SC88) -28.25 -3.083333333 xl -7 -1 5 -2 0 1 2 Objective 4 Constraint 1 5 Con

  • As you can see from step 1 both the decision variables are non-integers so we need to check boundary conditions and branch out.
  • The condition I am taking in Step 2 is considering x1 >= 4 and x2 <=3 and solve again

Step 2

As the decision variables are not integers, need to branch out

Case 1 – x1 >=4 , just add one more constraint in the same solver above that x1 >=4 and solve

Solver Parameters X Set Objective: $D$3 To: Max Min Value of: 0 By Changing Variable Cells: $B$8:$C$8 Subject to the Constrai

Case 2 x1 <=3

Change the solver constraint to x1 <=3 and solve again , solver doesn't give any solution for x1 <=3 as you can below as well that constraint 3 is violated.

B с A D E F G H Solver Parameters I Х T 1 2 Set Objective: $D$3] 1 ترا -2 xl -7 -1 5 -2 2 =SUMPRODUCT(B3:C3, $B$8:$C$8) -21 -

  • Under the scenario, we got optimal branched solution for x1<=4 as objective function = -28, decision variables as 4,0 which is the optimal bounded solution.
  • The final answer is the branch shown in orange above and mentioned as well.

No need to branch further (x1 >=4) (-28) (4,0) (-28.25) (3.9167,0.4166) (xl<=3) No optimal solution for this branch , as cons

If you liked my answer, thumbs up pls.

Add a comment
Know the answer?
Add Answer to:
solve the following LP by hand using Branch-and-Bound. Can use any solver for the LPs. minimize...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT