+ Reply to Thread
Results 1 to 2 of 2

The shortest way, efficient loads (unloads), map

  1. #1
    Registered User
    Join Date
    09-04-2017
    Location
    Prague
    MS-Off Ver
    2016
    Posts
    47

    The shortest way, efficient loads (unloads), map

    • Cars can have the start point from everywhere in Region A, it is not set up in which point should a car start. That is up to the formula to decide what is the best point where to start.
    • The last points that cars reach in the Czech Republic are areas with postal codes 3 and 4 as it is shown in a map.
    • The best means to find the shortest way between all stops and do not go to the same point again with another car. To avoid redundant stops.
    • There are three types of cars which are available for our company. We do not care about the position of cars within the regions. It means that we can start from everywhere because our capacity is spread within both regions everywhere.
    • The points are marked as numbers (postal codes).
    • The first points where trips continue in Germany are either 0 or 9.
    • The last points where trips should finish are either 4 or 5.

    Does anyone have an idea how this problem could be solved? Thank you for any suggestions.

    I have already tried to find the approach here.


    situation.png

    CZ-DE.jpg
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,463

    Re: The shortest way, efficient loads (unloads), map

    The "vehicle routing problem" (VRP) is similar to the well-known "traveling salesman problem". Both have been known and discussed for a long time. Wikipedia notes that the VRP was first discussed in a paper in 1959 (long before Excel or even "modern" computers).

    The VRP is a large enough problem that it is difficult to give a complete explanation in a single internet forum post. I would suggest that you review any of the excellent tutorials available around the internet, then come back here if there is a specific step or part of the implementations that you are having trouble with.

    Wikipedia: https://en.wikipedia.org/wiki/Vehicle_routing_problem
    a youtube video: https://www.youtube.com/watch?v=enCBp2lBn64 there appear to be many others in the similar videos list.
    a blog entry: https://budhiwibowo.wordpress.com/20...em-with-excel/

    You could also put "vehicle routing problem excel" to find many other pages discussing the VRP.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Shortest Path Between Cells (VBA)
    By basschmidt in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-18-2018, 06:07 PM
  2. Shortest Path Optimization
    By excelcombinations in forum Excel General
    Replies: 2
    Last Post: 09-15-2017, 08:58 AM
  3. How to match longest to shortest
    By javierzgaray in forum Excel General
    Replies: 3
    Last Post: 04-07-2016, 08:17 AM
  4. VBA that calculates the shortest path
    By den_1985 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-05-2016, 05:58 AM
  5. Shortest Formula Challenge!! (Games 1-3)
    By clabulis in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-05-2014, 02:20 PM
  6. shortest between 2 numbers
    By Martindelica in forum Excel General
    Replies: 4
    Last Post: 11-16-2007, 09:32 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1