Solve Mixed-Integer Linear Programming (MILP) Optimization Problems in MATLAB

Sdílet
Vložit
  • čas přidán 16. 07. 2022
  • #matlab #optimization #optimizationtechniques #mixedintegerprogramming #linearprogramming #convexoptimization #linearprogrammingproblem #matlabsimulation #matlaboptimization #controlengineering #matrixalgebra #convex #linearprogrammingproblems #signalprocessing #controltheory #modelpredictivecontrol
    It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts by making a PayPal donation or by becoming a Patreon:
    PayPal: www.paypal.me/AleksandarHaber
    Patreon: www.patreon.com/user?u=320801...
    The post accompanying this video is given here: aleksandarhaber.com/solve-mix...
    In this post, we explain:
    -What are mixed-integer linear programming optimization problems.
    -How to define and solve these types of optimization problems in MATLAB.
    We explain how to transform a mixed integer linear programming (MILP) in the canonical form that can be used to solve it in MATLAB.
  • Věda a technologie

Komentáře • 20

  • @aleksandarhaber
    @aleksandarhaber  Před rokem +4

    It takes a significant amount of time and energy to create these free video tutorials. You can support my efforts in this way:
    - Buy me a Coffee: www.buymeacoffee.com/AleksandarHaber
    - PayPal: www.paypal.me/AleksandarHaber
    - Patreon: www.patreon.com/user?u=32080176&fan_landing=true
    - You Can also press the Thanks CZcams Dollar button

  • @vargabghosh5497
    @vargabghosh5497 Před rokem +2

    A truly knowledgeable Person Can explain hard things in a simple wayou are the example of that. Great lecture.

  • @kikito6316
    @kikito6316 Před 2 lety +2

    Thanks a lot for your MATLAB tutorial material in both youtube and your website. Very helpful!

  • @jacobmarks5421
    @jacobmarks5421 Před rokem +2

    Thank you! I was struggling with how to define certain varriables as integers and this cleared it up.

  • @213ofdeath
    @213ofdeath Před rokem +1

    Thank you very much for this video Aleksandar

    • @aleksandarhaber
      @aleksandarhaber  Před rokem

      Thank you for the comment and interest in this topic! Best, A. H.

  • @aleksandarhaber
    @aleksandarhaber  Před 2 lety +4

    The post accompanying this video is given here: aleksandarhaber.com/solve-mixed-integer-linear-programming-milp-optimization-problems-in-matlab/

    • @naniselase2040
      @naniselase2040 Před rokem +2

      Haber, l am well informed about this tutorial. Nice work

    • @aleksandarhaber
      @aleksandarhaber  Před rokem +1

      @@naniselase2040 Thank you Nani Selase! Best wishes! A. Haber

  • @mojtaba7410
    @mojtaba7410 Před rokem +1

    Thanks for your video! I am currently solving Transportation Problem, P-Median Optimization Problem and had some difficulties . Your video helped me!

  • @Samarendraish
    @Samarendraish Před 4 měsíci +1

    Nice video with good information 👌

  • @kacangkupas4921
    @kacangkupas4921 Před rokem +1

    I have a question for 19:02 , why is that ub=[20;20;0;0] instead of ub=[20;20;1;1] as shown before at 18:53

    • @aleksandarhaber
      @aleksandarhaber  Před rokem

      Sorry, no time to focus on this right now. If there is a typo in the video, I cannot do anything about it.

  • @othmanaljbory3649
    @othmanaljbory3649 Před 11 měsíci +1

    The upper and lower where get him

    • @aleksandarhaber
      @aleksandarhaber  Před 11 měsíci

      They come from your problem definition, you can choose them as you wish.