<?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: Traveling salesman with different begining and ending nodes in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827659#M3778</link>
    <description>&lt;P&gt;Thanks, Rob!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2022 17:44:26 GMT</pubDate>
    <dc:creator>luboxing</dc:creator>
    <dc:date>2022-08-08T17:44:26Z</dc:date>
    <item>
      <title>Traveling salesman with different begining and ending nodes</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827543#M3775</link>
      <description>&lt;P&gt;Greeating!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am wondering how to specify the problem of the traveling salesman problem (TSP) with different starting and ending nodes. I am able to replicate the proc optnetwork example below described in the SAS manual:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-codeBlock"&gt;proc optnetwork
   direction = directed
   logLevel  = moderate
   links     = mycas.LinkSetIn
   outNodes  = mycas.NodeSetOut;
   tsp
      out    = mycas.TSPTour;
run;&lt;/PRE&gt;
&lt;P&gt;But the example only applies to a TSP problem where the salesman goes back to the same node he started from. The problem I want to solve relaxes that requirement -- he only need to go to every node without returning to the starting point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be highly appreciated!&lt;/P&gt;
&lt;P&gt;Bo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 05:56:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827543#M3775</guid>
      <dc:creator>luboxing</dc:creator>
      <dc:date>2022-08-08T05:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Traveling salesman with different begining and ending nodes</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827589#M3776</link>
      <description>&lt;P&gt;Calling&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/1636"&gt;@RobPratt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 12:00:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827589#M3776</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-08-08T12:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Traveling salesman with different begining and ending nodes</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827602#M3777</link>
      <description>The standard approach to this variant is to introduce a dummy node with zero-cost edges to the other nodes, as shown in the “A Better Lower Bound from TSP” section here: &lt;A href="https://support.sas.com/resources/papers/proceedings14/SAS101-2014.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings14/SAS101-2014.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In the resulting tour, the two neighbors of the dummy node are the starting and ending nodes.</description>
      <pubDate>Mon, 08 Aug 2022 13:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827602#M3777</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2022-08-08T13:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Traveling salesman with different begining and ending nodes</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827659#M3778</link>
      <description>&lt;P&gt;Thanks, Rob!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 17:44:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Traveling-salesman-with-different-begining-and-ending-nodes/m-p/827659#M3778</guid>
      <dc:creator>luboxing</dc:creator>
      <dc:date>2022-08-08T17:44:26Z</dc:date>
    </item>
  </channel>
</rss>

