<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VRP solver for planning multiple day routes in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200752#M2015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today in 2020 we are still looking to perform analysis across multiple days as mentioned above. Link above routes incorrectly to a salesforce link. Any new and improved workaround suggestions now that Pro 2.6 is on the scene are appreciated.&lt;/P&gt;&lt;P&gt;Here is an updated link to the Idea: &lt;A href="https://community.esri.com/ideas/7640"&gt;Improved Support for Multiday Routing&lt;/A&gt; - please vote up!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2020 16:21:34 GMT</pubDate>
    <dc:creator>BrittanyBurson</dc:creator>
    <dc:date>2020-08-13T16:21:34Z</dc:date>
    <item>
      <title>VRP solver for planning multiple day routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200747#M2010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Overview of my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 600 sampling locations and 4 vehicles (150 stops per driver). The locations can only be visited between 8 am and 4:30 pm. Drivers have 30 minute break in middle of the day. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What i would like to accomplish are routes that visit the sampling location during time window then assume the driver continues toward next location, stays overnight and starts with next set of points the following day. I want it to repeat this until all 150 points are visited. I would also like routes to return to a specified depot during weekends if possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ran several attempts at this but keep getting violated constraints. It seems as though network analyst doesn't like that routes continue past the Specific Date that I set as a start date in the Analysis Settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone successfully created routes spanning multiple days with time constraints? Any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 15:49:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200747#M2010</guid>
      <dc:creator>TylerBoyle</dc:creator>
      <dc:date>2012-04-19T15:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: VRP solver for planning multiple day routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200748#M2011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no perfect solution for your problem with the current solver. But you can still solve it with the following workaround. Assuming you are expecting to visit all orders in a week, the idea is to create a long continous route per driver for the whole week, assign orders into it and then break the weekly route into 5 daily routes afterwards. Here are the steps to setup the problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;Create 4 routes, one for each driver. Set the route start time to 8am, set the MaxOrderCount to 150 (or even larger), leave MaxTotalTime, MaxTotalTravelTime and MaxTotalDistance field empty. Set the route end depot to the specified depot. &lt;BR /&gt;&lt;/UL&gt;&lt;UL&gt;&lt;BR /&gt;For each route, introduce 5 MaxCumulWorkTime type of breaks with the proper MaxCumulWorkTime value (i.e. 4hrs for the first break, 13hrs for the second break if the lunch time is 30mins long.)&lt;BR /&gt;&lt;/UL&gt;&lt;UL&gt;&lt;BR /&gt;Solve the VRP layer and break each route into 5 shorter routes.&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is to create a route for a driver on each day of the week. See the post here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/20842-VRP-and-time-window?p=68250#post68250"&gt;http://forums.arcgis.com/threads/20842-VRP-and-time-window?p=68250#post68250&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the time-window break to represent the lunch break in this case. The only problem with this idea is you have to set at least one depot (either start or end depot) for a route. You might use some hotel location as the end depot in the middle of the week.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this is helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 21:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200748#M2011</guid>
      <dc:creator>NaAn</dc:creator>
      <dc:date>2012-04-20T21:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: VRP solver for planning multiple day routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200749#M2012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if this will work, but you could scale down you 7 day analysis to 24 hours. that is 0th hour on day 1 will be 0th hour on your 24 hour clock and the 24th hour of your 7th day will be 24th hour on the 24 hour clock. Similarly you can define lunch time and weekends on the same scale. Later when you get your answer, you can scale them up again. For display and mapping purposes you could use a evaluator field that gives your the correct real time from the scaled time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I never did it, but just an idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Overview of my project.&lt;BR /&gt;&lt;BR /&gt;I have 600 sampling locations and 4 vehicles (150 stops per driver). The locations can only be visited between 8 am and 4:30 pm. Drivers have 30 minute break in middle of the day. &lt;BR /&gt;&lt;BR /&gt;What i would like to accomplish are routes that visit the sampling location during time window then assume the driver continues toward next location, stays overnight and starts with next set of points the following day. I want it to repeat this until all 150 points are visited. I would also like routes to return to a specified depot during weekends if possible.&lt;BR /&gt;&lt;BR /&gt;I have ran several attempts at this but keep getting violated constraints. It seems as though network analyst doesn't like that routes continue past the Specific Date that I set as a start date in the Analysis Settings.&lt;BR /&gt;&lt;BR /&gt;Has anyone successfully created routes spanning multiple days with time constraints? Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2012 05:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200749#M2012</guid>
      <dc:creator>RamB</dc:creator>
      <dc:date>2012-04-28T05:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: VRP solver for planning multiple day routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200750#M2013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;G'day All!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a similar / same issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried Anna's suggestion of setting 5 MaxCumulWorkTime breaks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, as I have a TimeWindowStart and TimeWindowEnd set, the solve stops at the end of the first day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What has developed for planning multiple day routes since the orignal post was made?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Longer version of my situation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;49 sites across the state&lt;/UL&gt;&lt;UL&gt;3hr inspection per site&lt;/UL&gt;&lt;UL&gt;site only open 8am to 6pm&lt;/UL&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;UL&gt;must arrive before 3pm&lt;/UL&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;can be more than four hours drive to next site&lt;/UL&gt;&lt;UL&gt;3 inspectors&lt;/UL&gt;&lt;UL&gt;guestimate six people weeks of work&lt;/UL&gt;&lt;UL&gt;semi flexible on start / end of week; ie can drive to first inspection Sunday so can start 8am Monday to make second site on day one&lt;/UL&gt;&lt;UL&gt;able to trial flying to different start points to see quicker / cheaper option; thee main airports in state&lt;/UL&gt;&lt;UL&gt;bonus would be where should the driver sleep that night&lt;/UL&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;UL&gt;stay at last site&lt;/UL&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;UL&gt;drive to tomorrow morning site&lt;/UL&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;UL&gt;drive part way to tomorrow morning site&lt;/UL&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;max hours allowed to work / drive per day limited&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;As 'only' 49 sites I have made five routes ignoring any constraints and can manually adjust.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 03:57:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200750#M2013</guid>
      <dc:creator>GISSupport3</dc:creator>
      <dc:date>2013-05-02T03:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: VRP solver for planning multiple day routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200751#M2014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Added to ArcGIS Ideas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please promote if this would help your analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://c.na9.visual.force.com/apex/ideaView?id=087E00000004gfJ"&gt;Improved Support for Multiday Routing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 01:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200751#M2014</guid>
      <dc:creator>GISSupport3</dc:creator>
      <dc:date>2013-06-11T01:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: VRP solver for planning multiple day routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200752#M2015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today in 2020 we are still looking to perform analysis across multiple days as mentioned above. Link above routes incorrectly to a salesforce link. Any new and improved workaround suggestions now that Pro 2.6 is on the scene are appreciated.&lt;/P&gt;&lt;P&gt;Here is an updated link to the Idea: &lt;A href="https://community.esri.com/ideas/7640"&gt;Improved Support for Multiday Routing&lt;/A&gt; - please vote up!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:21:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200752#M2015</guid>
      <dc:creator>BrittanyBurson</dc:creator>
      <dc:date>2020-08-13T16:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: VRP solver for planning multiple day routes</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200753#M2016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;Thank you for pointing out the continued need for this improvement. With Pro 2.6 we do not have any new capabilities in this area.&amp;nbsp;I will bring up the need to the team for further consideration at our next planning meeting.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 16:39:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/vrp-solver-for-planning-multiple-day-routes/m-p/200753#M2016</guid>
      <dc:creator>HeatherMoe</dc:creator>
      <dc:date>2020-08-18T16:39:52Z</dc:date>
    </item>
  </channel>
</rss>

