When I call tsp() I get a segmentation fault. When I use tsp_dijkstra_directed() it complains about a missing relation, tsp_test. I won&#39;t go into a lot of detail, as it&#39;s basically the exact same issue described here:<br>
<br><a href="https://github.com/pgRouting/pgrouting/issues/27">https://github.com/pgRouting/pgrouting/issues/27</a><br><br>My question is... is there currently a way to implement TSP using pgrouting (version 1.05)? If it&#39;s not working yet, I&#39;ll try out Delawin&#39;s solution from the above link, but I was just curious. Thanks!<br>