I began playing around with the TSP functions in pgrouting (v1.0.5) and came into some problems. <div><br></div><div>Guess the first question to ask is what is the current state of the TSP algorithms?
<div><br></div><div>Second, the problem I ran into was when running the tsp function... <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">tsp(sql text, ids character varying, source integer)</font></div>
</div><div>..anytime I ran it it would disconnect my session from postgresql.</div><div><br></div><div>The next thing I tried was to try running <font class="Apple-style-span" face="&#39;courier new&#39;, monospace">tsp_dijkstra(geom_table character varying, ids character varying, source integer)</font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Here I got the error &quot;relation &quot;tsp_test&quot; does not exist&quot;. Apparently &quot;tsp_test&quot; is a table, but I can&#39;t find anything on what it is supposed to contain.</font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif"><br></font></div><div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Can anyone help with a little direction on how to get through these problems? </font></div>
<div><font class="Apple-style-span" face="arial, helvetica, sans-serif">Thanks!</font></div>