Linear Programming in MATLAB: With Solution to Transportation Problem

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

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

  • @tessaryan2419
    @tessaryan2419 2 года назад +2

    This was an excellent video, thank you for running through real examples and showing how to optimize the code. Really appreciate it, and I'll check out your other work too.

  • @alfseenc
    @alfseenc 4 года назад +2

    That was a great video. Can I make one request?
    Can you give me a tutorial about sequential insertion method to solve the vehicle routing problem in Matlab? It will help me with my project and it will be my pleasure. Thankyou before :)

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

    Thank you. You should prepare the video about solving TSP with binary linear programming on MATLAB...

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

    Great tutorial! Very clear and complete. Thank you!

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

    Thank you. You should prepare the video about solving TSP with binary linear programming on MATLAB...

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

    you have made too complex way of explanation. must keep it simple.

  • @SouravDas-cp8so
    @SouravDas-cp8so 5 лет назад +1

    sir, thank you for this wonderful solution. But I have a question, what if in the transportation problem, we need equality constraints, such that, the demand is equal to 1? The x variable should be in binary form. Please clarify my doubts positively and obliged

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

    Great, Thank you pro

  • @rehamreslan7770
    @rehamreslan7770 5 лет назад +1

    Thank you so much for your tutorial

    • @YarpizProjects
      @YarpizProjects  5 лет назад

      You're welcome. Thank you for your feedback.

  • @hnezareh1197
    @hnezareh1197 5 лет назад +1

    Thanks for your good videos. I search penalty method.

    • @YarpizProjects
      @YarpizProjects  5 лет назад +1

      You are welcome. Maybe in future we will have a video tutorial on that, and generally on Constrained Optimization.

    • @hnezareh1197
      @hnezareh1197 5 лет назад +1

      @@YarpizProjects like it if happens.

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

    wonderful, if the objective function has constant values (5x+150, 4y+200) how can I optimize using these equation in matlab

  • @marwansabri2281
    @marwansabri2281 4 года назад +1

    Thank you for this video

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

    sir can we solve dijkstra algorithm using LP optimization ?

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

    Thank you for going over the problem and MATLAB code. In the end, it was a bit faster but overall great video and great explanations. Thank you.

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

    Thank you so much Dr. Kalami, your lectures are always helpful and of high quality content.

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

    That is amazing! Thanks for your efforts! But can you resolve it using non linear programming (fmincon)?

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

    Thank you very much. You teach really great!! Congratulations!!

  • @ingriidhval
    @ingriidhval 4 года назад

    THANK YOU. I've been trying to do a problem all day long and then I found this video. I finally finished. Thank you so so much

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

    Why can't you feed demand constraint as an equality constraint?

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

    I have a question: If i want to minimize for example 2x1 +3x2 +3, since there is no x3 but 3 wil f be (2 3 0)?

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

    How do you enter equality constraints?

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

    Helpful video. Thanks.

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

    Very good. Thank you.

  • @danishnasir5529
    @danishnasir5529 4 года назад

    Can you upload a tutorial on writing Matlab code for optimum storage allocation of items in shelves of warehouse by minimizing distance

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

    Thanks a lot!