How to solve an Integer Linear Programming Problem Using Branch and Bound

Поділитися
Вставка
  • Опубліковано 3 січ 2018
  • In this video, first, we give a brief introduction about the difference between the linear programming problem and Integer linear programming problem. Then, we learn the Branch and Bound method to solve integer linear programming problems. Please carefully watch 8:20-10:00. In this part, we show that solution 27 is the optimal solution. I continue branching for the sake of understanding, in case someone started off by the right branch before starting on the left branch.

КОМЕНТАРІ • 258

  • @Cplas783
    @Cplas783 2 роки тому +27

    You wouldn’t normally need to investigate further branches under the first right branch (X2 >= 3) is that correct? The objective value in the relaxed subproblem (26.75) is less than the current best (27) therefore no further branch can possibly yield anything better.

    • @sxmirzaei
      @sxmirzaei  2 роки тому +45

      yes, I mention that in the video, and if you don't skip you will hear that as well. Thanks!

    • @Cplas783
      @Cplas783 2 роки тому +2

      Must have missed it. Thank you very much

    • @bazingazeroni
      @bazingazeroni 2 роки тому +9

      Damn

    • @johnlloydperez9755
      @johnlloydperez9755 Рік тому

      @@bazingazeroni haha

    • @mokoepa
      @mokoepa Рік тому +1

      @@bazingazeroni

  • @bm-ub6zc
    @bm-ub6zc 4 роки тому +32

    you made a thing, that all my professors make sound difficult, sound easy. you have a gift. thank you.

    • @sxmirzaei
      @sxmirzaei  4 роки тому +4

      Thanks for the feedback!

  • @nnoh7363
    @nnoh7363 4 роки тому +14

    A solid hour of confusion gone in just 20 min.! You're a lifesaver thanks so much!!

  • @duytandoan1325
    @duytandoan1325 2 роки тому +17

    That's amazing cause i had spent about 3 hours to re-learn this section in the classroom but you have just helped me to tackle it just in 17 mins. Thanks so much!

  • @IbrahimovichZlatan
    @IbrahimovichZlatan 6 років тому +22

    Literally, a life saver before my exams.. thank you

  • @wyatt1339
    @wyatt1339 4 роки тому +1

    You make the best LP videos on UA-cam hands down. Thank you so much!

  • @bram3205
    @bram3205 5 років тому +17

    This is fantastic! I learned branch and bound in like 10 minutes because of you. I really thought it was hard but my lecture notes are just so unclear..

  • @zahrakashkaki3278
    @zahrakashkaki3278 5 років тому

    I was searching for a video about Branch & Bound Method and finally got here. It was the best of all. Simple and easy to understand. Thank you :)

  • @tacituskilgore288
    @tacituskilgore288 3 роки тому

    I'm watching your playlist approximately two hours before my test. Thanks for saving me!

  • @nanaabenanyamekye9708
    @nanaabenanyamekye9708 5 років тому +4

    Your explanation is very clear and the problem is simple enough to follow. Thanks a ton!!! I really appreciate this.

  • @michaelkam7449
    @michaelkam7449 5 років тому +1

    A very clear explanation with additional subtitle that really helped a lot. Thank you very much!

  • @engineering.skills
    @engineering.skills Рік тому +1

    Thank you for the video, it's very clear and concise! I have an exam in a few days and you've saved me hours trying to understand my professor's explanation.

  • @felixghandilyan3141
    @felixghandilyan3141 Рік тому

    Thanks a lot!! I have watched about 4 long videos and understood nothing. You made it in 10 minutes, finally I got the meaning of algorithm! Keep going that way, your approach of explaining the problems is really good 😊

  • @erickarwa-0705
    @erickarwa-0705 2 роки тому

    It is my first time working on this popular algorithm and from your video, I feel like I understand it so well. Thank you.

  • @rachelm884
    @rachelm884 4 роки тому

    thank god i've found your video! i was getting frustrated but now.....FINALLY i understand what i must do in just 10minutes! didn't even know that it was this easy! your explanations are so clear !

  • @dangtrinh7781
    @dangtrinh7781 6 років тому +4

    thank you very much =)). I literally didn't understand a thing about IP until i watched your video

  • @drunkshakespearee
    @drunkshakespearee 26 днів тому

    exam is in two days, and I feel soooo relieved I found your videos before my exam!!!! Thank you so much, I struggled so hard with my notes and my teachers, but you managed to make it clear and simple!!! Thanks!!! I hope I’ll pass!!!

  • @rabiadesue
    @rabiadesue 3 роки тому +1

    thank you so much for this video 🙏🏼 loved how you always put the graphics next to the branches and explained it so well and understandable 🙏🏼 thank you for your effort 😊

  • @halitmadensoy6156
    @halitmadensoy6156 Місяць тому

    I wish, there was more Integer Programming videos, that you made. Thanks Professor.

  • @SequinBrain
    @SequinBrain 2 роки тому

    Not sure why textbooks can't be this clear, but thanks, that was amazing. Almost like they don't want you to know or something.

  • @sologirl3486
    @sologirl3486 6 років тому +3

    Thank you so very much, I have an exam and you saved me

  • @jahidahmed7150
    @jahidahmed7150 6 років тому +2

    Thanks very much. Very clear explanation and really helped to answer this method in my exam.

  • @hamednajand8327
    @hamednajand8327 4 роки тому

    That was really clear and you made it so much easy to understand. Thank you for helping us to understand this topic very well 🙋🏼‍♂️

  • @misbahraja4867
    @misbahraja4867 Рік тому

    Thank you! I have an exam in 2 hours and you saved my life.

  • @berkarslan4353
    @berkarslan4353 5 років тому +1

    It is very well-prepared and helpful video, thanks for your work.

  • @yutaiyama7501
    @yutaiyama7501 4 роки тому +1

    your explanation is quite clear, thanks mirzaei!

  • @charleena2319
    @charleena2319 2 роки тому

    This video is amazing, thank you for a simple and straightforward explanation💚🦋

  • @tamerabdelmaguid4024
    @tamerabdelmaguid4024 5 років тому +6

    Thanks for the detailed description of the branch and bound algorithm. I just would like to make a small note for the given problem. Since the objective function is the result of summing up the multiplications of the integer decision variables by integer coefficients, the optimal objective function value must be an integer. Since the optimal LP relaxation solution at the root node (subproblem1) is 27.67, so we can claim that 27 is an upper bound. Since the solution of the subproblem at the first branch is found to be 27, we can stop without the need to explore the other branches. This is a detailed description of the previous comment by Lekshman Ramesh.

    • @sxmirzaei
      @sxmirzaei  5 років тому +5

      Thank you and that is correct! I went through the whole branches for learning purposes and also in cases where the order of solving subproblems are so that one goes through the right branch before going to the left ones.

    • @poppop-oj6by
      @poppop-oj6by 3 роки тому

      Thanks I was looking for confirmation

  • @senaaydn9168
    @senaaydn9168 3 роки тому

    Thank you, you make the best videos on UA-cam!

  • @maryamahmadij.6752
    @maryamahmadij.6752 6 років тому +1

    خیلی ممنون سرکار خانم میرزایی ^^ بسیار عالی بود

  • @omidmokhtari1066
    @omidmokhtari1066 5 років тому

    Hello. Thanks for your complete explanation. Could you mention a good article or book which has used Branch and Bound in an algorithm? I have a MIP problem with a huge amount of binary variables that can't be solved without any iterative algorithms.

  • @kabelomotloung9324
    @kabelomotloung9324 4 роки тому

    Many thanks for sharing this. Very clear and concise.

  • @_a_brightalireza122
    @_a_brightalireza122 4 роки тому

    واقعا مفید و کمک کننده بود. ممنون👏🏻❤️

  • @MazharAli-ld1si
    @MazharAli-ld1si 5 років тому

    Love the way you teach...Hats off

  • @LavkushSaraswat
    @LavkushSaraswat 5 років тому +1

    oh..really technique is good for explanation .im from india.you are a good teacher.😘😘😘

  • @alexenax1109
    @alexenax1109 5 років тому +1

    Best! Thanks a lot Shokoufeh Mirzaei!!!

  • @ilivedinamericafor4years383
    @ilivedinamericafor4years383 24 дні тому

    thank you so much for this video! I passed my course!

  • @enrico6505
    @enrico6505 Місяць тому

    This is just such a great explanation, thank u so much!

  • @TopDownApproach
    @TopDownApproach 5 років тому +7

    Lol! My OR teacher need to see this.
    Thank you mam.

  • @adityajain7151
    @adityajain7151 4 роки тому

    Amazing Explanation! Great job

  • @pouyaparseyan2464
    @pouyaparseyan2464 6 років тому +1

    You are simply fantastic! Excellent lesson.

  • @kamiliabedhief4598
    @kamiliabedhief4598 6 місяців тому

    Thank you very much it's the best video,simple and very clear

  • @DanielAlvarez-fb7jk
    @DanielAlvarez-fb7jk 5 років тому +1

    Thank you so much. This video had been really helpful

  • @MrsPaulinaaaaaaa
    @MrsPaulinaaaaaaa 3 роки тому

    Thank you so much, you made it so amazingly easily understandable! :)

  • @dariobressan8928
    @dariobressan8928 6 років тому +1

    Thank you, you are great explaining.

  • @samiehnajjaran8132
    @samiehnajjaran8132 2 роки тому

    Thank you for such a great explanation of this problem. 🙂

  • @charliput4649
    @charliput4649 3 роки тому

    So explanatory. I love you Abeg
    . u 2 much ❤

  • @Caggen218
    @Caggen218 26 днів тому

    Great explanation! Thank you!

  • @anhtientran3158
    @anhtientran3158 5 років тому +1

    Thank you for your illustrative and useful tutorial video

  • @yarooshshartooh7526
    @yarooshshartooh7526 3 роки тому

    Omg you've saved my day!! Thank you very much ❤️❤️❤️❤️

  • @debasish2205
    @debasish2205 5 років тому +2

    You got a sweet voice that makes learning quicker

  • @stefanlionar2335
    @stefanlionar2335 4 роки тому

    Thanks! The explanation is very clear. You sound like Francesca from Master of None, btw.

  • @cenzowm
    @cenzowm 5 років тому +1

    Ohhhh thank you a lot from Italy!

  • @Owen7768
    @Owen7768 3 роки тому +1

    Hey I have a question:
    In my exercise I got two options in the end of the tree:
    1) (2,3) with z = 5
    2) (3,2) with z = 5
    how can I know which of these two points is the correct one? ty

  • @dinathaib631
    @dinathaib631 4 роки тому

    a very clear explanation ... thank you so much

  • @aaallami
    @aaallami 6 років тому

    very nice but do you know how to calculate the time complexity of B&B algorithm any clue I would appreciate that. I found that all they mention is exponential but how did they come up with that. thanks

  • @khaledsakkaamini4743
    @khaledsakkaamini4743 6 років тому +1

    thank you, better than my uni teacher

  • @zakirasa4529
    @zakirasa4529 Рік тому

    Thank you for the clear explanation.

  • @laulaintymak1132
    @laulaintymak1132 2 роки тому

    thank you soooooo much ! This is really helpful! you saved me 😢

  • @syasyanasuha854
    @syasyanasuha854 4 роки тому

    Thanks so much.. Now I can understand so well

  • @arthurchome4118
    @arthurchome4118 6 років тому

    This video is sooooo good. Thanks alot!

  • @AliVaseghnia
    @AliVaseghnia 4 роки тому

    Well made, thanks Shokoufeh. :)

  • @dalchemistt7
    @dalchemistt7 4 роки тому +7

    I think there is a mistake @ 11:10, when you have found z= 26.75 for x1=1.75 and x2=3; you don't need to proceed further down since all the sub-problems of this branch will give solution z

  • @Stayawayfrommyname
    @Stayawayfrommyname Рік тому

    I believe you mentioned that the optimum has to be at a vertex because it's a convex set, at 2:18, but I think that you have to require a concave objective function for that to be true.

  • @Alfonso00MA
    @Alfonso00MA Рік тому

    Great explanation. Thanks!

  • @sayalideo7823
    @sayalideo7823 3 роки тому

    Very well explained. Thankyou. 😊

  • @nguyenngoctosang7816
    @nguyenngoctosang7816 4 роки тому

    Thank you for saving my final exam

  • @khalidzyar292
    @khalidzyar292 4 роки тому

    Well explained , thank you !

  • @YeCheng-nm2uq
    @YeCheng-nm2uq Рік тому

    Thanks! It`s very useful!

  • @truverol8205
    @truverol8205 2 роки тому +1

    thank you, you are a lifesaver

  • @hasanshahzad4624
    @hasanshahzad4624 4 роки тому

    if it had been a minimization problem, just for my learning sake would you have chosen X1=2.33 instead of X1=2.66 in the first iteration. Or we just go with the higher value even if minimization problem. Please i have an exam tomorrow, can you please clarify my problem

  • @nadatika
    @nadatika 4 роки тому

    Thank you so much this helps a lot!

  • @TimilehinOlaokun
    @TimilehinOlaokun 3 роки тому

    Thank you. This helped me a lot

  • @dps2
    @dps2 4 роки тому +1

    Very nice explanation 👍

  • @adesojialu1051
    @adesojialu1051 4 роки тому

    at time 13:23 you said you will add X1 is less than or equal to 3, where did this come from?

  • @simjans7633
    @simjans7633 4 роки тому

    Would it be possible to abort the calculations after finding that x_2 >= 3 gives an optimal solution of 26.75? Because we know that anything after it will be worse and therefore also worse than the solution found with x_2

  • @sirona22
    @sirona22 4 роки тому

    lovely presentation ma'am

  • @Chanezk
    @Chanezk 3 роки тому

    Such a great video thanks a lot for sharing it ♥️♥️

  • @AVZ841
    @AVZ841 3 роки тому

    very clear, thank you!

  • @farhanhyder7304
    @farhanhyder7304 2 роки тому

    Thanks, It was easy to follow

  • @gorkemozcan7638
    @gorkemozcan7638 5 років тому

    How did you decide that you'd continue with x_2 = 3 at 6:50 ?

  • @mrsmith782
    @mrsmith782 6 років тому

    very well explained!

  • @the_ruling_alpha1156
    @the_ruling_alpha1156 4 роки тому

    explain very well thank you so much

  • @ricardogonzalez8571
    @ricardogonzalez8571 2 роки тому +1

    how do you know which constraint to use, to replace the x values? because in some cases shes using constraint 2 and in the first case she used constraint 1

  • @berdanakyurek7804
    @berdanakyurek7804 2 роки тому

    Perfect. Thank you very much.

  • @umutbicakci
    @umutbicakci 4 роки тому

    Thank you for your help! 🙏

  • @Luk0nline
    @Luk0nline 6 років тому

    Thank you! Very great explanation.

    • @rionturner594
      @rionturner594 6 років тому

      This was an excellent explanation! I am taking Operations Research at the University of Maine at Augusta and I sure wish you were an instructor there. This is much more straightforward than our instructors' lectures! Fantastic right before an exam, thank you!

  • @matiastret
    @matiastret 5 років тому +1

    Yo made a really nice video, thanks for your help

  • @akosirey3289
    @akosirey3289 5 місяців тому

    BIG THANK YOU FOR THIS

  • @user-EricLin0619
    @user-EricLin0619 2 роки тому

    It's great !!!
    thank you!!

  • @agustinvidalmusic
    @agustinvidalmusic 4 роки тому

    superb explanation

  • @broccoli322
    @broccoli322 2 роки тому

    wow, really great video.

  • @poovizhip5136
    @poovizhip5136 3 роки тому

    Thanks alot mam I'm so confused wd this because my staff was not perfectly teach this method .now I'm very clear 😍hpy to watch your videos once again Tqq so much mam

    • @beoptimistic5853
      @beoptimistic5853 3 роки тому

      ua-cam.com/video/fRyUf-GY754/v-deo.html ..💐

  • @ahmedyehia7940
    @ahmedyehia7940 3 роки тому

    @Shokoufeh Mirzaei
    It's very useful and easy to learn with your teaching. thanks!
    is there any videos for Travelling Salesman Problem?

  • @chrislainma5997
    @chrislainma5997 3 роки тому

    Please ma'am I'm a bit confused about the inequality signs starting from the sub-problem 1 where X2 = 3 ...

  • @mathematicsandabstractions
    @mathematicsandabstractions 2 роки тому

    REally Amazing

  • @mbhazimangoveni3068
    @mbhazimangoveni3068 2 роки тому

    Great stuff!

  • @my_religion
    @my_religion 2 роки тому

    Thanks alot. So helpful

  • @monicatran7162
    @monicatran7162 3 роки тому +6

    @3:25. for your optimal function. where did the 15 come from?

    • @mervesafaarkan32
      @mervesafaarkan32 3 роки тому +1

      To be able to find a point that maximizes our objective function, we started by putting the objective function equal to some arbitrary number.This arbitrary number is 15. You can put this function equal to any number that you would like.

    • @betul3835
      @betul3835 3 роки тому

      @@mervesafaarkan32 thanks Merve!

  • @jessamaelastimoso1448
    @jessamaelastimoso1448 6 років тому +2

    Thank you!