Marco Lübbecke - Column Generation, Dantzig-Wolfe, Branch-Price-and-Cut

Поділитися
Вставка
  • Опубліковано 9 вер 2024

КОМЕНТАРІ • 21

  • @alexisschneider1627
    @alexisschneider1627 5 днів тому

    Thank you my GOAT

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

    I applied B&P algorithm in my master thesis years ago and read many of your works as the main references. Additionally, watching this video is very enlightening and inspiring (content- and explanation-wise). There are many things about column generation that I finally understand completely. In that regard, I would like to say thank you very very much, Sir!
    This is also one of my favs in CO@Work2020. Really can't wait for the Q&A session :)

  • @user-zl4en2jg2d
    @user-zl4en2jg2d 3 роки тому +3

    What a coincidence! I just finished reading the thesis by Dr. M. Lübbecke on the GCG plugin in 2010. It is a complete work and detailed in implementations.Then I want to know more about the BP algorithm and I ran into this video! Also produced by the author!! Amazing. Thanks a lot! Very nice work!

  • @danialsan97
    @danialsan97 4 роки тому +8

    Amazing lesson!! My favorite of this CO@Work2020!
    I will definitely try to think/study and implement a Brach&Price&Cut for my favorite problem! Maybe for my master thesis 😆
    Really thank you🙏

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

    Awesome stuff with lovely explanations. Many thanks for sharing! :)

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

    Excellent presentation! thank you!

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

    Incredible lecture! Thanks!

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

    brilliant lecture!

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

    Thnaks for this class!

  • @user-tn1yb1ne4e
    @user-tn1yb1ne4e 3 роки тому

    Thanks! It helps a lot.

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

    Professor Lubbecke gives an excellent presentation. It is also a great resource to have softwares like SCIP and gcg !!!! I would like to know which decomposition techniques other than Dantzig Wolfe and Benders have been investigated for the exact solution of MIPs? Could you recommend me some bibliography on this subject?
    Thank you very much, greetings from the city of Medellin, Colombia.

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

    I was looking for an example with Dantzig Wolfe decomposition with Big M method to solve infeasibility. If someone has any example file or solver code that will be great. thank you.

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

    What is reduced cost? can someone explain it more?

    • @rafaelcampos2792
      @rafaelcampos2792 4 роки тому +2

      Hi! I am also a student so I might be a little off, but is something we learn when we study the Simplex method.
      From wikpedia: "reduced cost, or opportunity cost, is the amount by which an objective function coefficient would have to improve (so increase for maximization problem, decrease for minimization problem) before it would be possible for a corresponding variable to assume a positive value in the optimal solution."
      So, for a specific variable, if you have a negative reduced cost, tha means that it would only worsen the solution if it would have a negative value in solution. Since in the standart form of te simplex the variables are always positive, this will not happen and we can put the variable in the solution (base) and recompute it. If every variable that is not in the solution has a positive reduced cost, it means that there is no variable to put that will net a better solution, so we have a optimum solution.
      On column generation is pretty much the same. If a column have a negative reduced cost, it means that it will probably bring a better solution unless it takes a negative value (which doesn't happen due to constraint gamma>0) and we can put it in the problem. Likewise, if every column has positive reduced cost, that means that no column will net better results than what we already got and we ensure we have a optimum solution.

    • @user-zl4en2jg2d
      @user-zl4en2jg2d 3 роки тому

      the reduced cost of a variable indicates the contribution to the objective if we increase one unit in that variable. More details can be found in Simplex method, in Chinese, 单纯型法。

  • @TheEditorify
    @TheEditorify 20 днів тому

    Why do we ignore π₀ in the objective function of the DW pricing problem? If the minimum reduced cost is of an extreme ray, then there might be an extreme point with smaller reduced cost but we cannot determine that because we compute it without π₀? I do not know what I am missing?

    • @TheEditorify
      @TheEditorify 20 днів тому

      Oops, I needed to wait for one more slide!