Using Excel Solver for A Traveling Salesman Problem

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

КОМЕНТАРІ •

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

    Thanks for showing off Solver's amazing features!

  • @skenming
    @skenming 10 місяців тому

    The solver stop after around 1 minute even I left my 'time limit' setting blank. How could yours run over time limit?

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

    Can I do multiple visit as some location requires visit in every 2/4/8wks

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

      Good question. You would have to break that into seperate trips. This will just work for one Trip if I remember right.

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

    Which chapter did you find this problem ?

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

    Hi can you please help with the MTSP code

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

    Hi Scott can you help with another TSP?

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

    Can you share that excel file

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

      Yes, it is here: bit.ly/execfile1

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

      @@Prof_C Thank you so much!! 🙏

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

    And how would you define the objective function of this problem mathematicaly for example
    Minimise total distance z =

    • @NewPerspective86
      @NewPerspective86 2 місяці тому

      I think you can express the objective function as follows: Minimize Total Distance z = Σ[i=1, n] √(xi - x)^2 + (yi -y)^2, where n = no. of stores, and x & y are the respective store coordinates.

  • @muhamadridhoherman-3750
    @muhamadridhoherman-3750 5 років тому +1

    Is this consider with genetic algorithm?

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

    do you know how to do it in latitude and longitude, can you give formula for distance if its real coordinates?

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

    Thanks Brother, i got the great technique

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

    i need help with tsp also city to city

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

    How do I download the file to follow along?

    • @Prof_C
      @Prof_C  4 роки тому +3

      bit.ly/execfile1

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

      @@Prof_C Thanks a lot. Your video has been really helpful for me .