<?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: Find every possible route in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136130#M1344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been asked to find a way to find all possible routes between a start point and an end point on networks of about 100 links. Many of the links will be one-way links to enforce forward progression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2018 17:14:39 GMT</pubDate>
    <dc:creator>AustinStreetman</dc:creator>
    <dc:date>2018-07-23T17:14:39Z</dc:date>
    <item>
      <title>Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136121#M1335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a network of candidate links for a single end to end utility line route. I would like to find every possible route in the network. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 22:21:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136121#M1335</guid>
      <dc:creator>AustinStreetman</dc:creator>
      <dc:date>2018-07-20T22:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136122#M1336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some questions to help in helping folks answer this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is the data in a &lt;EM&gt;Geometric Network&lt;/EM&gt;?&amp;nbsp; Or are a &lt;EM&gt;Network Dataset&lt;/EM&gt;?&amp;nbsp; Or something else?&lt;/LI&gt;&lt;LI&gt;Are you using &lt;EM&gt;ArcGIS Desktop&lt;/EM&gt;?&amp;nbsp; &lt;EM&gt;ArcGIS Pro&lt;/EM&gt;?&amp;nbsp; &lt;EM&gt;ArcGIS Online&lt;/EM&gt;?&amp;nbsp; Another platform?&lt;/LI&gt;&lt;LI&gt;What version?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a geometric network, there apparently is a Trace function that may work for what you need (I have never used it myself):&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geometric-networks/about-tracing-on-geometric-networks.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/geometric-networks/about-tracing-on-geometric-networks.htm"&gt;About tracing on geometric networks—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 22:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136122#M1336</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-07-20T22:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136123#M1337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a network dataset for this sole purpose in desktop 10.5. We do not use Network Analyst for anything else in the process. These networks represent imaginary routing opportunities and contain a small number of links, usually less than 100. The routing problem has one start point and one endpoint. We can make most of the links one-way to prevent looping or non-forward progressing routes. We would like to generate a list of possible routes for analysis outside of Network Analyst. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 22:48:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136123#M1337</guid>
      <dc:creator>AustinStreetman</dc:creator>
      <dc:date>2018-07-20T22:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136124#M1338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;networkx&amp;nbsp;&lt;A class="link-titled" href="https://en.wikipedia.org/wiki/NetworkX" title="https://en.wikipedia.org/wiki/NetworkX"&gt;NetworkX - Wikipedia&lt;/A&gt; (comes with ArcGIS Pro's anaconda distribution but needs to be conda installed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Utility Network toolset&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/utility-networks/an-overview-of-the-network-diagrams-toolset.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/utility-networks/an-overview-of-the-network-diagrams-toolset.htm"&gt;An overview of the Network Diagrams toolset—Utility Network Toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which is an add on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/utility-networks/an-overview-of-the-network-diagrams-toolset.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/utility-networks/an-overview-of-the-network-diagrams-toolset.htm"&gt;An overview of the Network Diagrams toolset—Utility Network Toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2018 22:11:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136124#M1338</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-07-21T22:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136125#M1339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somewhat related.&amp;nbsp; May trigger some ideas from folks on a way to do what the OP is asking.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://wiki.gis.com/wiki/index.php/Travelling_salesman_problem" title="http://wiki.gis.com/wiki/index.php/Travelling_salesman_problem"&gt;Travelling salesman problem - GIS Wiki | The GIS Encyclopedia&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 14:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136125#M1339</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-07-23T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136126#M1340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To provide a more conceptual background on what &lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt; suggested:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/utility-network/what-is-a-utility-network-.htm" title="https://pro.arcgis.com/en/pro-app/help/data/utility-network/what-is-a-utility-network-.htm"&gt;What is a utility network?—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/utility-network/benefits-of-the-utility-network.htm" title="https://pro.arcgis.com/en/pro-app/help/data/utility-network/benefits-of-the-utility-network.htm"&gt;Benefits of a utility network—ArcGIS Pro | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:19:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136126#M1340</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-07-23T16:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136127#M1341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a helpful post about using barrier to effect different routes on successive runs.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/63897"&gt;https://community.esri.com/thread/63897&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am experimenting with creating a point barrier for each link used in a route and setting it's mileage to the original miles * 0.1 as an added cost. The points stack up as a link is used more than once, so the cost keeps increasing. This does yield a nice variety of routes. The same route can get picked more than once, but I can filter those out. I wish I knew how many of these routes to generate before I can&amp;nbsp;feel confident I have found the 10 or&amp;nbsp;20 shortest routes.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without knowing how the routing algorithms work, it seems clear that they can't and shouldn't find every route before they identify the chosen route. So my original question cannot be answered by routing software. I think that an exhaustive list of possible routes is something that sounds useful, but would really just be a very long list of no value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:36:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136127#M1341</guid>
      <dc:creator>AustinStreetman</dc:creator>
      <dc:date>2018-07-23T16:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136128#M1342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you use the Service Area solver with the lines option to return back everything that is connected/reachable from&amp;nbsp; the start node? Will that give you the information that you are trying to find all possible paths?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can search the net for something like "print all paths from a given source to destination" for a possible solution.&lt;/P&gt;&lt;P&gt;But as caution, and I am sure you are aware of this, finding all possible paths can return a lot of paths as the network size increases and may not be tractable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136128#M1342</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2018-07-23T16:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136129#M1343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your original post of finding all paths to now finding 10 or 20, it is not clear what you need to achieve. Perhaps if you specify what is your end goal then someone could think of a more appropriate methodology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 16:51:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136129#M1343</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2018-07-23T16:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136130#M1344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been asked to find a way to find all possible routes between a start point and an end point on networks of about 100 links. Many of the links will be one-way links to enforce forward progression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:14:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136130#M1344</guid>
      <dc:creator>AustinStreetman</dc:creator>
      <dc:date>2018-07-23T17:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136131#M1345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paths to reachable locations would not be helpful. That is just the network. I am identifying end to end routes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136131#M1345</guid>
      <dc:creator>AustinStreetman</dc:creator>
      <dc:date>2018-07-23T17:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136132#M1346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, use the internet to search (see my previous post for search hint) for an external algorithm as Network Analyst does not have an all possible paths solver built in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 17:44:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136132#M1346</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2018-07-23T17:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136133#M1347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://networkx.github.io/documentation/networkx-1.10/reference/algorithms.shortest_paths.html" title="https://networkx.github.io/documentation/networkx-1.10/reference/algorithms.shortest_paths.html"&gt;Shortest Paths — NetworkX 1.10 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;like what I suggested before&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 20:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136133#M1347</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-07-23T20:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find every possible route</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136134#M1348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I figured out a way to get all the routes for a set of links. I ran the identity tool between the end point and the start point of each which will serve as a many to many table between the links (after a dissolve).&amp;nbsp; I wrote a Python script that recursively looks through the table from the start link to the end link and writes out a link combination for each. Came up with about 2200 routes for the project I am working on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;Here is the recursive function:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; def follow_connections_recursive(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self, this_upstream_link, start_nodes, this_route_string, destination_link):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # loop through input points and find start point&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fields = ["To_Link"]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with arcpy.da.SearchCursor(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start_nodes, fields, "From_Link = '"+this_upstream_link+ "'") as cursor:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for this_start_point in cursor:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this_link = this_start_point[0]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #arcpy.AddMessage(this_link)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp_route_string = this_route_string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this_route_string = this_route_string + '-'+ this_link&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (this_link == destination_link):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; arcpy.AddMessage("Route : " + this_route_string)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.follow_connections_recursive(this_link, start_nodes, this_route_string, destination_link)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this_route_string = temp_route_string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 15:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/find-every-possible-route/m-p/136134#M1348</guid>
      <dc:creator>AustinStreetman</dc:creator>
      <dc:date>2018-08-09T15:58:41Z</dc:date>
    </item>
  </channel>
</rss>

