Dantzig-Wolfe Decomposition: A Simple Example

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 8

  • @lophyre1380
    @lophyre1380 3 года назад

    This helped me so much, thank you!

  • @pongthorn.r
    @pongthorn.r 3 года назад +1

    Thank you very much. I would like to know if I have many x variables and a lot of constraint. Can I apply Dantzig-Wolfe decomposition for this problem.

  • @ehdo-tool
    @ehdo-tool 3 года назад

    Great content, thanks!

  • @stevetrabajo4065
    @stevetrabajo4065 2 года назад

    8:08 why are lambda1, s1, and s2 are selected?

    • @sergiybutenko
      @sergiybutenko  2 года назад

      These variables are basic at the "standard" starting point, x^(1) = (0,0).

    • @stevetrabajo4065
      @stevetrabajo4065 2 года назад

      @@sergiybutenko what will happen if the starting point isnt (0,0)?

    • @sergiybutenko
      @sergiybutenko  2 года назад +1

      @@stevetrabajo4065 Then we use the starting basis corresponding to another point, assuming you already have a starting feasible point. If you don't have it, use the two-phase simplex; the origin point is always feasible for phase-1 problem.