<?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: Algorithm used by location-allocation (Maximize Coverage problem type) in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/algorithm-used-by-location-allocation-maximize/m-p/633395#M6069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The algorithms used by Network Analyst are described here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/algorithms-used-by-network-analyst.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/algorithms-used-by-network-analyst.htm"&gt;Algorithms used by the ArcGIS Network Analyst extension—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As discussed there, for Location-Allocation, we use a vertex substitution heuristic to solve the p-median problem. And we use a process called Hillsman editing to first transform a particular problem type such as Maximize Coverage to a P-median and then use the same heuristic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a reference to the original paper by Ed Hillsman:&lt;/P&gt;&lt;P&gt;Hillsman, E.L. (1984). The p-median structure as a unified linear model for location-allocation analysis. Environment and Planning A, 16 (3), 305-318&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is another researcher using a similar approach:&lt;/P&gt;&lt;P&gt;&lt;A href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.26.4638&amp;amp;rep=rep1&amp;amp;type=pdf" title="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.26.4638&amp;amp;rep=rep1&amp;amp;type=pdf"&gt;http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.26.4638&amp;amp;rep=rep1&amp;amp;type=pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2016 17:11:33 GMT</pubDate>
    <dc:creator>JaySandhu</dc:creator>
    <dc:date>2016-03-24T17:11:33Z</dc:date>
    <item>
      <title>Algorithm used by location-allocation (Maximize Coverage problem type)</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/algorithm-used-by-location-allocation-maximize/m-p/633393#M6067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222426; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Which algorithm does the location-allocation Maximize Coverage problem type use? I already found on the ArcGIS help that location-allocation uses a vertex substitution heuristic to solve the p-median problem (Teitz and Bart), but I didn't find, which algorithm the Maximize Coverage uses. Is it also solved as a p-median problem (Teitz and Bart)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 07:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/algorithm-used-by-location-allocation-maximize/m-p/633393#M6067</guid>
      <dc:creator>SusannaRasasnen</dc:creator>
      <dc:date>2016-03-24T07:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm used by location-allocation (Maximize Coverage problem type)</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/algorithm-used-by-location-allocation-maximize/m-p/633394#M6068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;esri normally doesn't specify which algorithms they use, but you could try going to help file link for a topic and on the bottom right, there is a "Provide Feedback link".&amp;nbsp; You could send a message there stating that you would like to see a reference to the describe the method used for the tool.&amp;nbsp; They may respond... otherwise, you are left with doing a trial and error should there be alternatives.&amp;nbsp; I would check your reference link to see if the methodology is applicable in different scenarios.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 09:37:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/algorithm-used-by-location-allocation-maximize/m-p/633394#M6068</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-24T09:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm used by location-allocation (Maximize Coverage problem type)</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/algorithm-used-by-location-allocation-maximize/m-p/633395#M6069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The algorithms used by Network Analyst are described here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/algorithms-used-by-network-analyst.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/network-analyst/algorithms-used-by-network-analyst.htm"&gt;Algorithms used by the ArcGIS Network Analyst extension—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As discussed there, for Location-Allocation, we use a vertex substitution heuristic to solve the p-median problem. And we use a process called Hillsman editing to first transform a particular problem type such as Maximize Coverage to a P-median and then use the same heuristic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a reference to the original paper by Ed Hillsman:&lt;/P&gt;&lt;P&gt;Hillsman, E.L. (1984). The p-median structure as a unified linear model for location-allocation analysis. Environment and Planning A, 16 (3), 305-318&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here is another researcher using a similar approach:&lt;/P&gt;&lt;P&gt;&lt;A href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.26.4638&amp;amp;rep=rep1&amp;amp;type=pdf" title="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.26.4638&amp;amp;rep=rep1&amp;amp;type=pdf"&gt;http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.26.4638&amp;amp;rep=rep1&amp;amp;type=pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jay Sandhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 17:11:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/algorithm-used-by-location-allocation-maximize/m-p/633395#M6069</guid>
      <dc:creator>JaySandhu</dc:creator>
      <dc:date>2016-03-24T17:11:33Z</dc:date>
    </item>
  </channel>
</rss>

