<?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: Introducing slack or wait time into passenger routing problem using VRP in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/introducing-slack-or-wait-time-into-passenger/m-p/334529#M3211</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;You need to add the pickup time window to avoid the wait time between Facility 2 and Facility 3. VRP solver will only apply the wait time in front of the orders with time windows. You may try to add the pickup time window for passenger 2 and 3 (i.e. [9am, 10am]) and see whether the solution meets your expectation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if you have more questions.&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>Thu, 21 Oct 2010 16:28:11 GMT</pubDate>
    <dc:creator>NaAn</dc:creator>
    <dc:date>2010-10-21T16:28:11Z</dc:date>
    <item>
      <title>Introducing slack or wait time into passenger routing problem using VRP</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/introducing-slack-or-wait-time-into-passenger/m-p/334528#M3210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to schedule transportation for passengers to appointments at a facility.&amp;nbsp; I am having problems controlling the wait time on the resulting route effectively.&amp;nbsp; My test problem consists of 3 passengers located at various locations within 10 minutes of the single facility.&amp;nbsp; One of the passengers has a 7:00 am appointment and the other two have a 10:00 appointment.&amp;nbsp; I constructed the problem with six total orders and three order pairs as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Orders:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 1 - pickup quanity 1 located within 10 minutes of facility, service time .5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 2 - pickup quanity 1 located within 10 minutes of facility, service time .5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 3 - pickup quanity 1 located within 10 minutes of facility, service time .5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Facility 1 - delivery quanity 1, TimeWindowStart1 = 7:00, TimeWindowEnd1 = 7:05, service time .1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Facility 2 - delivery quanity 1, TimeWindowStart1 = 10:00, TimeWindowEnd1 = 10:05, service time .1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Facility 3 - delivery quanity 1, TimeWindowStart1 = 10:00, TimeWindowEnd1 = 10:05, service time .1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Order Pairs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 1,Facility 1, MaxTransitTime = 60&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 2,Facility 2, MaxTransitTime = 60&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 3,Facility 3, MaxTransitTime = 60&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also included a depot and a single route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I solve this problem, Passenger 1 and Facility 1 are unassigned.&amp;nbsp; The route created is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 2 - Arrive at: 9:46&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 3 - Arrive at 9:56&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Facility 2 - Arrive at 10:04&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Facility 3 - Arrive at 10:05&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I increase the MaxTransitTime in the order pairs to 240, the problem will solve with the resulting solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 1 - Arrive at: 6:51 - Depart at 6:51&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Facility 1 - Arrive at 7:05 - Depart at 7:05&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 2 - Arrive at 7:16 - Depart at 7:17&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Passenger 3 - Arrive at 7:27 - Depart at 7:27&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Facility 2 - Arrive at 7:35 - Depart at 10:00 - Wait time 145&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Facility 3 - Arrive at 10:00 - Depart at 10:00&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to control the location of the wait time.&amp;nbsp; It is obvious that my original set of constraints can easily be met if there is a mechanism to ask the vehicle to wait between Facility 1 and Passenger 2.&amp;nbsp; How can I accomplish this?&amp;nbsp; Am I missing some type of configuration that allows slack or wait time?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 11:50:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/introducing-slack-or-wait-time-into-passenger/m-p/334528#M3210</guid>
      <dc:creator>KenBakke</dc:creator>
      <dc:date>2010-10-20T11:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Introducing slack or wait time into passenger routing problem using VRP</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/introducing-slack-or-wait-time-into-passenger/m-p/334529#M3211</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;You need to add the pickup time window to avoid the wait time between Facility 2 and Facility 3. VRP solver will only apply the wait time in front of the orders with time windows. You may try to add the pickup time window for passenger 2 and 3 (i.e. [9am, 10am]) and see whether the solution meets your expectation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if you have more questions.&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>Thu, 21 Oct 2010 16:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/introducing-slack-or-wait-time-into-passenger/m-p/334529#M3211</guid>
      <dc:creator>NaAn</dc:creator>
      <dc:date>2010-10-21T16:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Introducing slack or wait time into passenger routing problem using VRP</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/introducing-slack-or-wait-time-into-passenger/m-p/334530#M3212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Anna, your solution worked well for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 09:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/introducing-slack-or-wait-time-into-passenger/m-p/334530#M3212</guid>
      <dc:creator>KenBakke</dc:creator>
      <dc:date>2010-10-22T09:54:32Z</dc:date>
    </item>
  </channel>
</rss>

